is not current version
Last Version 9.3

org.ow2.asm:asm 5.1


Categories

Categories

ASM Application Layer Libs Bytecode Manipulation
GroupId

GroupId

org.ow2.asm
ArtifactId

ArtifactId

asm
Version

Version

5.1
Type

Type

jar

Download asm 5.1


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