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

org.jboss.byteman:byteman-bmunit 2.2.2

The Byteman bmunit jar provides integration of Byteman into TestNG and JUnit tests.

Категории

Категории

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

Группа

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

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

byteman-bmunit
Версия

Версия

2.2.2
Тип

Тип

jar

Скачать byteman-bmunit 2.2.2


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