License |
License |
---|---|
Categories |
CategoriesJBoss Container Application Servers Byteman Application Layer Libs Bytecode Manipulation |
GroupId | GroupIdorg.jboss.byteman |
ArtifactId | ArtifactIdbyteman-layer |
Version | Version4.0.19 |
Type | Typejar |
Description |
Descriptionbyteman-layer
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.
|
Filename | Size |
---|---|
byteman-layer-4.0.19.pom | |
byteman-layer-4.0.19.jar | 7 KB |
byteman-layer-4.0.19-sources.jar | 6 KB |
byteman-layer-4.0.19-javadoc.jar | 404 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.byteman/byteman-layer/ -->
<dependency>
<groupId>org.jboss.byteman</groupId>
<artifactId>byteman-layer</artifactId>
<version>4.0.19</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.byteman/byteman-layer/
implementation 'org.jboss.byteman:byteman-layer:4.0.19'
// https://jarcasting.com/artifacts/org.jboss.byteman/byteman-layer/
implementation ("org.jboss.byteman:byteman-layer:4.0.19")
'org.jboss.byteman:byteman-layer:jar:4.0.19'
<dependency org="org.jboss.byteman" name="byteman-layer" rev="4.0.19">
<artifact name="byteman-layer" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.byteman', module='byteman-layer', version='4.0.19')
)
libraryDependencies += "org.jboss.byteman" % "byteman-layer" % "4.0.19"
[org.jboss.byteman/byteman-layer "4.0.19"]