is not current version
Last Version 3.3.1

asm:asm-commons 2.2.3


Categories

Categories

ASM Application Layer Libs Bytecode Manipulation
GroupId

GroupId

asm
ArtifactId

ArtifactId

asm-commons
Version

Version

2.2.3
Type

Type

jar

Download asm-commons 2.2.3


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