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