b

byteman-bmunit

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