is not current version
Last Version 4.0.19

org.jboss.byteman:byteman 4.0.9

The byteman jar merges the byteman-agent jar contents with those of the byteman-jigsaw and byteman-layer jars as a mutli-release jar. The contents of the latter two jars are installed under META-INF/versions/9 ensuring that they are only linked when Byteman is deployed on a JDK9+ JVM

Categories

Categories

JBoss Container Application Servers Byteman Application Layer Libs Bytecode Manipulation
GroupId

GroupId

org.jboss.byteman
ArtifactId

ArtifactId

byteman
Version

Version

4.0.9
Type

Type

jar

Download byteman 4.0.9


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