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