b

byteman-bmunit

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