b

byteman-bmunit

The Byteman bmunit jar provides integration of Byteman into TestNG and JUnit tests.
Files download
File Operation
byteman-bmunit-3.0.10.jar download
byteman-bmunit-3.0.10.pom download
byteman-bmunit-3.0.10-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jboss.byteman</groupId>
  <artifactId>byteman-bmunit</artifactId>
  <version>3.0.10</version>
</dependency>
Gradle Groovy
implementation 'org.jboss.byteman:byteman-bmunit:3.0.10'
Gradle Kotlin
implementation("org.jboss.byteman:byteman-bmunit:3.0.10")
Scala SBT
libraryDependencies += "org.jboss.byteman" % "byteman-bmunit" % "3.0.10"
Groovy Grape
@Grapes(
  @Grab(group='org.jboss.byteman', module='byteman-bmunit', version='3.0.10')
)
Apache Ivy
<dependency org="org.jboss.byteman" name="byteman-bmunit" rev="3.0.10" />
Leiningen
[org.jboss.byteman/byteman-bmunit "3.0.10"]
Apache Buildr
'org.jboss.byteman:byteman-bmunit:jar:3.0.10'