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