is not current version
Last Version 3.3.1

asm:asm-commons 2.0


Categories

Categories

ASM Application Layer Libs Bytecode Manipulation
GroupId

GroupId

asm
ArtifactId

ArtifactId

asm-commons
Version

Version

2.0
Type

Type

jar

Download asm-commons 2.0


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