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

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

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-BETA1
Тип

Тип

pom

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

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

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