is not current version
Last Version 9.3

org.ow2.asm:asm 4.0


Categories

Categories

ASM Application Layer Libs Bytecode Manipulation
GroupId

GroupId

org.ow2.asm
ArtifactId

ArtifactId

asm
Version

Version

4.0
Type

Type

jar

Download asm 4.0


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