is not current version
Last Version 3.3.1

asm:asm-commons 2.2.1


Categories

Categories

ASM Application Layer Libs Bytecode Manipulation
GroupId

GroupId

asm
ArtifactId

ArtifactId

asm-commons
Version

Version

2.2.1
Type

Type

jar

Download asm-commons 2.2.1


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