is not current version
Last Version 20041228.180559

asm:asm 2.2.2

A very small and fast Java bytecode manipulation framework

Categories

Categories

ASM Application Layer Libs Bytecode Manipulation
GroupId

GroupId

asm
ArtifactId

ArtifactId

asm
Version

Version

2.2.2
Type

Type

jar

Download asm 2.2.2


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