is not current version
Last Version 4.0.19

org.jboss.byteman:byteman-sample 2.2.1

The Byteman sample jar contains some example helper classes and auxiliary classes used by the] sample rule scripts contained in the distribution

Categories

Categories

JBoss Container Application Servers Byteman Application Layer Libs Bytecode Manipulation
GroupId

GroupId

org.jboss.byteman
ArtifactId

ArtifactId

byteman-sample
Version

Version

2.2.1
Type

Type

jar

Download byteman-sample 2.2.1


<!-- https://jarcasting.com/artifacts/org.jboss.byteman/byteman-sample/ -->
<dependency>
    <groupId>org.jboss.byteman</groupId>
    <artifactId>byteman-sample</artifactId>
    <version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.byteman/byteman-sample/
implementation 'org.jboss.byteman:byteman-sample:2.2.1'
// https://jarcasting.com/artifacts/org.jboss.byteman/byteman-sample/
implementation ("org.jboss.byteman:byteman-sample:2.2.1")
'org.jboss.byteman:byteman-sample:jar:2.2.1'
<dependency org="org.jboss.byteman" name="byteman-sample" rev="2.2.1">
  <artifact name="byteman-sample" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.byteman', module='byteman-sample', version='2.2.1')
)
libraryDependencies += "org.jboss.byteman" % "byteman-sample" % "2.2.1"
[org.jboss.byteman/byteman-sample "2.2.1"]