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