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