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