Categories |
CategoriesJBoss Container Application Servers Byteman Application Layer Libs Bytecode Manipulation |
---|---|
GroupId | GroupIdorg.jboss.byteman |
ArtifactId | ArtifactIdbyteman-bmunit |
Version | Version2.0.4 |
Type | Typejar |
Filename | Size |
---|---|
byteman-bmunit-2.0.4.pom | |
byteman-bmunit-2.0.4.jar | 27 KB |
byteman-bmunit-2.0.4-sources.jar | 14 KB |
byteman-bmunit-2.0.4-javadoc.jar | 67 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.byteman/byteman-bmunit/ -->
<dependency>
<groupId>org.jboss.byteman</groupId>
<artifactId>byteman-bmunit</artifactId>
<version>2.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.byteman/byteman-bmunit/
implementation 'org.jboss.byteman:byteman-bmunit:2.0.4'
// https://jarcasting.com/artifacts/org.jboss.byteman/byteman-bmunit/
implementation ("org.jboss.byteman:byteman-bmunit:2.0.4")
'org.jboss.byteman:byteman-bmunit:jar:2.0.4'
<dependency org="org.jboss.byteman" name="byteman-bmunit" rev="2.0.4">
<artifact name="byteman-bmunit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.byteman', module='byteman-bmunit', version='2.0.4')
)
libraryDependencies += "org.jboss.byteman" % "byteman-bmunit" % "2.0.4"
[org.jboss.byteman/byteman-bmunit "2.0.4"]