is not current version
Last Version 4.0.19

org.jboss.byteman:byteman-bmunit5 4.0.6

The Byteman bmunit5 jar provides integration of Byteman into JUnit5 tests.

Categories

Categories

JBoss Container Application Servers Byteman Application Layer Libs Bytecode Manipulation
GroupId

GroupId

org.jboss.byteman
ArtifactId

ArtifactId

byteman-bmunit5
Version

Version

4.0.6
Type

Type

jar

Download byteman-bmunit5 4.0.6


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