b

byteman-bmunit

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