b

byteman-sample

The Byteman sample jar contains some example helper classes and auxiliary classes used by the] sample rule scripts contained in the distribution
http://www.jboss.org/byteman
Files download
File Operation
byteman-sample-4.0.23.jar download
byteman-sample-4.0.23.pom download
byteman-sample-4.0.23-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jboss.byteman</groupId>
  <artifactId>byteman-sample</artifactId>
  <version>4.0.23</version>
</dependency>
Gradle Groovy
implementation 'org.jboss.byteman:byteman-sample:4.0.23'
Gradle Kotlin
implementation("org.jboss.byteman:byteman-sample:4.0.23")
Scala SBT
libraryDependencies += "org.jboss.byteman" % "byteman-sample" % "4.0.23"
Groovy Grape
@Grapes(
  @Grab(group='org.jboss.byteman', module='byteman-sample', version='4.0.23')
)
Apache Ivy
<dependency org="org.jboss.byteman" name="byteman-sample" rev="4.0.23" />
Leiningen
[org.jboss.byteman/byteman-sample "4.0.23"]
Apache Buildr
'org.jboss.byteman:byteman-sample:jar:4.0.23'