is not current version
Last Version 9.3

org.ow2.asm:asm-commons 6.1-beta2

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

6.1-beta2
Type

Type

jar

Download asm-commons 6.1-beta2


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