is not current version
Last Version 5.0.6

org.actframework:act-asm 5.0.3

All source code come from ASM 5 and put under new namespace: act.asm

Categories

Categories

ASM Application Layer Libs Bytecode Manipulation
GroupId

GroupId

org.actframework
ArtifactId

ArtifactId

act-asm
Version

Version

5.0.3
Type

Type

jar

Download act-asm 5.0.3


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