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
文件下载
文件名 操作
byteman-4.0.22.jar 下载
byteman-4.0.22.pom 下载
byteman-4.0.22-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.jboss.byteman</groupId>
  <artifactId>byteman</artifactId>
  <version>4.0.22</version>
</dependency>
Gradle Groovy
implementation 'org.jboss.byteman:byteman:4.0.22'
Gradle Kotlin
implementation("org.jboss.byteman:byteman:4.0.22")
Scala SBT
libraryDependencies += "org.jboss.byteman" % "byteman" % "4.0.22"
Groovy Grape
@Grapes(
  @Grab(group='org.jboss.byteman', module='byteman', version='4.0.22')
)
Apache Ivy
<dependency org="org.jboss.byteman" name="byteman" rev="4.0.22" />
Leiningen
[org.jboss.byteman/byteman "4.0.22"]
Apache Buildr
'org.jboss.byteman:byteman:jar:4.0.22'