is not current version
Last Version 3.3.1

asm:asm-commons 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-commons
Version

Version

2.2.2
Type

Type

jar

Download asm-commons 2.2.2


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