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