не последняя версия
Последняя версия 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.

Категории

Категории

JBoss Контейнер Application Servers Byteman Библиотеки уровня приложения Bytecode Manipulation
Группа

Группа

org.jboss.byteman
Идентификатор

Идентификатор

byteman-layer
Версия

Версия

4.0.0-BETA4
Тип

Тип

jar

Скачать 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"]