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