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