b

byteman-bmunit

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