is not current version
Last Version 9.3

org.ow2.asm:asm-commons 7.0

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

7.0
Type

Type

jar

Download asm-commons 7.0


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