is not current version
Last Version 4.0.19

org.jboss.byteman:byteman-bmunit 2.1.4.1

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

Categories

Categories

JBoss Container Application Servers Byteman Application Layer Libs Bytecode Manipulation
GroupId

GroupId

org.jboss.byteman
ArtifactId

ArtifactId

byteman-bmunit
Version

Version

2.1.4.1
Type

Type

jar

Download byteman-bmunit 2.1.4.1


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