is not current version
Last Version 9.3

org.ow2.asm:asm-commons 8.0.1

Usefull class adapters based on ASM, a very small and fast Java bytecode manipulation framework

Categories

Categories

ASM Application Layer Libs Bytecode Manipulation
GroupId

GroupId

org.ow2.asm
ArtifactId

ArtifactId

asm-commons
Version

Version

8.0.1
Type

Type

jar

Download asm-commons 8.0.1


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