is not current version
Last Version 4.0.19

org.jboss.byteman:byteman-layer 4.0.0-BETA4

The Byteman layer jar provides support for agents to create a Jigsaw module layer at runtime, install a module in the layer and populate the layer with classes defined via byte arrays in class file format.

Categories

Categories

JBoss Container Application Servers Byteman Application Layer Libs Bytecode Manipulation
GroupId

GroupId

org.jboss.byteman
ArtifactId

ArtifactId

byteman-layer
Version

Version

4.0.0-BETA4
Type

Type

jar

Download byteman-layer 4.0.0-BETA4


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