b

byteman

The byteman jar merges the byteman-agent jar contents with those of the byteman-jigsaw and byteman-layer jars as a mutli-release jar. The contents of the latter two jars are installed under META-INF/versions/9 ensuring that they are only linked when Byteman is deployed on a JDK9+ JVM
Files download
File Operation
byteman-4.0.6.jar download
byteman-4.0.6.pom download
byteman-4.0.6-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jboss.byteman</groupId>
  <artifactId>byteman</artifactId>
  <version>4.0.6</version>
</dependency>
Gradle Groovy
implementation 'org.jboss.byteman:byteman:4.0.6'
Gradle Kotlin
implementation("org.jboss.byteman:byteman:4.0.6")
Scala SBT
libraryDependencies += "org.jboss.byteman" % "byteman" % "4.0.6"
Groovy Grape
@Grapes(
  @Grab(group='org.jboss.byteman', module='byteman', version='4.0.6')
)
Apache Ivy
<dependency org="org.jboss.byteman" name="byteman" rev="4.0.6" />
Leiningen
[org.jboss.byteman/byteman "4.0.6"]
Apache Buildr
'org.jboss.byteman:byteman:jar:4.0.6'