is not current version
Last Version 9.3

org.ow2.asm:asm 7.1

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
Version

Version

7.1
Type

Type

jar

Download asm 7.1


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