The Byteman install jar contains classes to install the Byteman agent into the current JVM or a remote JVM
'org.jboss.byteman:byteman-install:2.2.2'
<dependency>
<groupId>org.jboss.byteman</groupId>
<artifactId>byteman-install</artifactId>
<version>2.2.2</version>
</dependency>
<dependency org="org.jboss.byteman" name="byteman-install" rev="2.2.2"/>
"org.jboss.byteman", "byteman-install", "2.2.2"