b

byteman-install

The Byteman install jar contains classes to install the Byteman agent into the current JVM or a remote JVM
Files download
File Operation
byteman-install-4.0.6.jar download
byteman-install-4.0.6.pom download
byteman-install-4.0.6-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jboss.byteman</groupId>
  <artifactId>byteman-install</artifactId>
  <version>4.0.6</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.jboss.byteman:byteman-install:4.0.6'
Gradle Kotlin
implementation("org.jboss.byteman:byteman-install:4.0.6")
Scala SBT
libraryDependencies += "org.jboss.byteman" % "byteman-install" % "4.0.6"
Groovy Grape
@Grapes(
  @Grab(group='org.jboss.byteman', module='byteman-install', version='4.0.6')
)
Apache Ivy
<dependency org="org.jboss.byteman" name="byteman-install" rev="4.0.6" />
Leiningen
[org.jboss.byteman/byteman-install "4.0.6"]
Apache Buildr
'org.jboss.byteman:byteman-install:jar:4.0.6'