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

org.jboss.byteman:byteman-root 4.0.0-ALPHA

Byteman is a java agent-based bytecode injection tool. It can be used to inject Event Condition Action rules into Java application and JVM runtime methods. Its primary purpose is to support execution tracing and fault injection testing.

Категории

Категории

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

Группа

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

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

byteman-root
Версия

Версия

4.0.0-ALPHA
Тип

Тип

pom

Скачать byteman-root 4.0.0-ALPHA

Имя Файла Размер
byteman-root-4.0.0-ALPHA.pom 19 KB
Обзор

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