is not current version
Last Version 4.0.19

org.jboss.byteman:byteman-submit 2.0.4

The Byteman install jar contains classes whcih canbe used to install an agent into the current JVM or into a remote JVM

Categories

Categories

JBoss Container Application Servers Byteman Application Layer Libs Bytecode Manipulation
GroupId

GroupId

org.jboss.byteman
ArtifactId

ArtifactId

byteman-submit
Version

Version

2.0.4
Type

Type

jar

Download byteman-submit 2.0.4


<!-- https://jarcasting.com/artifacts/org.jboss.byteman/byteman-submit/ -->
<dependency>
    <groupId>org.jboss.byteman</groupId>
    <artifactId>byteman-submit</artifactId>
    <version>2.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.byteman/byteman-submit/
implementation 'org.jboss.byteman:byteman-submit:2.0.4'
// https://jarcasting.com/artifacts/org.jboss.byteman/byteman-submit/
implementation ("org.jboss.byteman:byteman-submit:2.0.4")
'org.jboss.byteman:byteman-submit:jar:2.0.4'
<dependency org="org.jboss.byteman" name="byteman-submit" rev="2.0.4">
  <artifact name="byteman-submit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.byteman', module='byteman-submit', version='2.0.4')
)
libraryDependencies += "org.jboss.byteman" % "byteman-submit" % "2.0.4"
[org.jboss.byteman/byteman-submit "2.0.4"]