b

byteman-root

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.
http://www.jboss.org/byteman
LGPL 2.1
Andrew Dinn Kabir Khan
Files download
File Operation
byteman-root-3.0.10.pom download
Apache Maven
<dependency>
  <groupId>org.jboss.byteman</groupId>
  <artifactId>byteman-root</artifactId>
  <version>3.0.10</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.jboss.byteman:byteman-root:3.0.10'
Gradle Kotlin
implementation("org.jboss.byteman:byteman-root:3.0.10")
Scala SBT
libraryDependencies += "org.jboss.byteman" % "byteman-root" % "3.0.10"
Groovy Grape
@Grapes(
  @Grab(group='org.jboss.byteman', module='byteman-root', version='3.0.10')
)
Apache Ivy
<dependency org="org.jboss.byteman" name="byteman-root" rev="3.0.10" />
Leiningen
[org.jboss.byteman/byteman-root "3.0.10"]
Apache Buildr
'org.jboss.byteman:byteman-root:jar:3.0.10'
Dependencies
The project has no third-party dependencies