The Byteman agent jar contains the implementation of the Byteman java agent, including the bytecode transformer, rule parser, type checker and execution engine and the agent listener.
'org.jboss.byteman:byteman:2.2.0.1'
<dependency>
<groupId>org.jboss.byteman</groupId>
<artifactId>byteman</artifactId>
<version>2.2.0.1</version>
</dependency>
<dependency org="org.jboss.byteman" name="byteman" rev="2.2.0.1"/>
"org.jboss.byteman", "byteman", "2.2.0.1"