is not current version
Last Version 9.3

org.ow2.asm:asm 5.0.3


Categories

Categories

ASM Application Layer Libs Bytecode Manipulation
GroupId

GroupId

org.ow2.asm
ArtifactId

ArtifactId

asm
Version

Version

5.0.3
Type

Type

jar

Download asm 5.0.3


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