is not current version
Last Version 20041228.180559

asm:asm 3.0


Categories

Categories

ASM Application Layer Libs Bytecode Manipulation
GroupId

GroupId

asm
ArtifactId

ArtifactId

asm
Version

Version

3.0
Type

Type

jar

Download asm 3.0


<!-- https://jarcasting.com/artifacts/asm/asm/ -->
<dependency>
    <groupId>asm</groupId>
    <artifactId>asm</artifactId>
    <version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/asm/asm/
implementation 'asm:asm:3.0'
// https://jarcasting.com/artifacts/asm/asm/
implementation ("asm:asm:3.0")
'asm:asm:jar:3.0'
<dependency org="asm" name="asm" rev="3.0">
  <artifact name="asm" type="jar" />
</dependency>
@Grapes(
@Grab(group='asm', module='asm', version='3.0')
)
libraryDependencies += "asm" % "asm" % "3.0"
[asm "3.0"]