<dependency> <groupId>org.jboss.byteman</groupId> <artifactId>byteman-bmunit</artifactId> <version>4.0.8</version> </dependency>
implementation 'org.jboss.byteman:byteman-bmunit:4.0.8'
implementation("org.jboss.byteman:byteman-bmunit:4.0.8")
libraryDependencies += "org.jboss.byteman" % "byteman-bmunit" % "4.0.8"
@Grapes( @Grab(group='org.jboss.byteman', module='byteman-bmunit', version='4.0.8') )
<dependency org="org.jboss.byteman" name="byteman-bmunit" rev="4.0.8" />
[org.jboss.byteman/byteman-bmunit "4.0.8"]
'org.jboss.byteman:byteman-bmunit:jar:4.0.8'
<parent> <groupId>org.jboss.byteman</groupId> <artifactId>byteman-root</artifactId> <version>4.0.8</version> </parent>
compile
|-- org.testng:testng
|-- junit:junit
|-- org.jboss.byteman:byteman
|-- org.jboss.byteman:byteman-submit
|-- org.jboss.byteman:byteman-install