is not current version
Last Version 4.0.19

org.jboss.byteman:byteman-install 2.1.2

The Byteman install jar contains classes to install the Byteman agent into the current JVM or a remote JVM

Categories

Categories

JBoss Container Application Servers Byteman Application Layer Libs Bytecode Manipulation
GroupId

GroupId

org.jboss.byteman
ArtifactId

ArtifactId

byteman-install
Version

Version

2.1.2
Type

Type

jar

Download byteman-install 2.1.2


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