is not current version
Last Version 5.0.6

org.actframework:act-asm 5.0

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
Type

Type

jar

Download act-asm 5.0


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