is not current version
Last Version 4.0.19

org.jboss.byteman:byteman 2.1.4.1

The Byteman agent jar contains the implementation of the Byteman java agent, including the bytecode transformer, rule parser, type checker and execution engine and the agent listener.

Categories

Categories

JBoss Container Application Servers Byteman Application Layer Libs Bytecode Manipulation
GroupId

GroupId

org.jboss.byteman
ArtifactId

ArtifactId

byteman
Version

Version

2.1.4.1
Type

Type

jar

Download byteman 2.1.4.1


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