| Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
|---|---|
| GroupId | GroupIdorg.nuiton.thirdparty |
| ArtifactId | ArtifactIdasm |
| Last Version | Last Version1.5.4-snapshot |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description |
| Filename | Size |
|---|---|
| asm-1.5.4-snapshot.pom | |
| asm-1.5.4-snapshot.jar | 25 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.nuiton.thirdparty/asm/ -->
<dependency>
<groupId>org.nuiton.thirdparty</groupId>
<artifactId>asm</artifactId>
<version>1.5.4-snapshot</version>
</dependency>
// https://jarcasting.com/artifacts/org.nuiton.thirdparty/asm/
implementation 'org.nuiton.thirdparty:asm:1.5.4-snapshot'
// https://jarcasting.com/artifacts/org.nuiton.thirdparty/asm/
implementation ("org.nuiton.thirdparty:asm:1.5.4-snapshot")
'org.nuiton.thirdparty:asm:jar:1.5.4-snapshot'
<dependency org="org.nuiton.thirdparty" name="asm" rev="1.5.4-snapshot">
<artifact name="asm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nuiton.thirdparty', module='asm', version='1.5.4-snapshot')
)
libraryDependencies += "org.nuiton.thirdparty" % "asm" % "1.5.4-snapshot"
[org.nuiton.thirdparty/asm "1.5.4-snapshot"]