не последняя версия
Последняя версия 4.0.19

org.jboss.byteman:byteman 3.0.19

The Byteman agent jar contains the implementation of the Byteman java agent, including the bytecode transformer, rule parser, type checker and execution engine and the agent listener.

Категории

Категории

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

Группа

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

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

byteman
Версия

Версия

3.0.19
Тип

Тип

jar

Скачать byteman 3.0.19


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