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