is not current version
Last Version 3.3.1

asm:asm-commons 3.0


Categories

Categories

ASM Application Layer Libs Bytecode Manipulation
GroupId

GroupId

asm
ArtifactId

ArtifactId

asm-commons
Version

Version

3.0
Type

Type

jar

Download asm-commons 3.0


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