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