License |
License |
---|---|
Categories |
CategoriesJBoss Container Application Servers Byteman Application Layer Libs Bytecode Manipulation |
GroupId | GroupIdorg.jboss.byteman |
ArtifactId | ArtifactIdbyteman |
Last Version | Last Version4.0.19 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionbyteman
The byteman jar merges the byteman-agent jar contents with those of the
byteman-jigsaw and byteman-layer jars as a mutli-release jar. The contents
of the latter two jars are installed under META-INF/versions/9 ensuring
that they are only linked when Byteman is deployed on a JDK9+ JVM
|
Project URL |
Project URL |
Filename | Size |
---|---|
byteman-4.0.19.pom | |
byteman-4.0.19.jar | 649 KB |
byteman-4.0.19-sources.jar | 351 KB |
byteman-4.0.19-javadoc.jar | 850 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.byteman/byteman/ -->
<dependency>
<groupId>org.jboss.byteman</groupId>
<artifactId>byteman</artifactId>
<version>4.0.19</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.byteman/byteman/
implementation 'org.jboss.byteman:byteman:4.0.19'
// https://jarcasting.com/artifacts/org.jboss.byteman/byteman/
implementation ("org.jboss.byteman:byteman:4.0.19")
'org.jboss.byteman:byteman:jar:4.0.19'
<dependency org="org.jboss.byteman" name="byteman" rev="4.0.19">
<artifact name="byteman" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.byteman', module='byteman', version='4.0.19')
)
libraryDependencies += "org.jboss.byteman" % "byteman" % "4.0.19"
[org.jboss.byteman/byteman "4.0.19"]
Group / Artifact | Type | Version |
---|---|---|
org.jboss.byteman » byteman-agent | jar | 4.0.19 |
org.jboss.byteman : byteman-layer | jar | 4.0.19 |
org.jboss.byteman » byteman-jigsaw | jar | 4.0.19 |