is not current version
Last Version 4.0.19

org.jboss.byteman:byteman-root 2.2.1

Byteman is a java agent-based bytecode injection tool. It can be used to inject Event Condition Action rules into Java application and JVM runtime methods. Its primary purpose is to support execution tracing and fault injection testing.

Categories

Categories

JBoss Container Application Servers Byteman Application Layer Libs Bytecode Manipulation
GroupId

GroupId

org.jboss.byteman
ArtifactId

ArtifactId

byteman-root
Version

Version

2.2.1
Type

Type

pom

Download byteman-root 2.2.1

Filename Size
byteman-root-2.2.1.pom 16 KB
Browse

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