| Categories | 
                CategoriesASM Application Layer Libs Bytecode Manipulation | 
        
|---|---|
| GroupId | GroupIdcom.fitbur.external | 
    
| ArtifactId | ArtifactIdexternal-asm | 
    
| Version | Version0.5.4-SNAPSHOTS | 
        
| Type | Typejar | 
    
| Filename | Size | 
|---|---|
| external-asm-0.5.4-SNAPSHOTS.pom | |
| external-asm-0.5.4-SNAPSHOTS.jar | 244 KB | 
| external-asm-0.5.4-SNAPSHOTS-sources.jar | 646 KB | 
| external-asm-0.5.4-SNAPSHOTS-javadoc.jar | 22 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.fitbur.external/external-asm/ -->
<dependency>
    <groupId>com.fitbur.external</groupId>
    <artifactId>external-asm</artifactId>
    <version>0.5.4-SNAPSHOTS</version>
</dependency>
                // https://jarcasting.com/artifacts/com.fitbur.external/external-asm/
implementation 'com.fitbur.external:external-asm:0.5.4-SNAPSHOTS'
                // https://jarcasting.com/artifacts/com.fitbur.external/external-asm/
implementation ("com.fitbur.external:external-asm:0.5.4-SNAPSHOTS")
                'com.fitbur.external:external-asm:jar:0.5.4-SNAPSHOTS'
                <dependency org="com.fitbur.external" name="external-asm" rev="0.5.4-SNAPSHOTS">
  <artifact name="external-asm" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.fitbur.external', module='external-asm', version='0.5.4-SNAPSHOTS')
)
                libraryDependencies += "com.fitbur.external" % "external-asm" % "0.5.4-SNAPSHOTS"
                [com.fitbur.external/external-asm "0.5.4-SNAPSHOTS"]