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

org.jboss.byteman:byteman-root 3.0.15

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
Версия

Версия

3.0.15
Тип

Тип

pom

Скачать byteman-root 3.0.15

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

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