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