b

byteman-submit

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