License |
License |
---|---|
Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
GroupId | GroupIdorg.actframework |
ArtifactId | ArtifactIdact-asm |
Last Version | Last Version5.0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionACT ASM
All source code come from ASM 5 and put under new namespace: act.asm
|
Project URL |
Project URL |
Filename | Size |
---|---|
act-asm-5.0.6.pom | |
act-asm-5.0.6.jar | 398 KB |
act-asm-5.0.6-sources.jar | 644 KB |
act-asm-5.0.6-javadoc.jar | 882 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.actframework/act-asm/ -->
<dependency>
<groupId>org.actframework</groupId>
<artifactId>act-asm</artifactId>
<version>5.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.actframework/act-asm/
implementation 'org.actframework:act-asm:5.0.6'
// https://jarcasting.com/artifacts/org.actframework/act-asm/
implementation ("org.actframework:act-asm:5.0.6")
'org.actframework:act-asm:jar:5.0.6'
<dependency org="org.actframework" name="act-asm" rev="5.0.6">
<artifact name="act-asm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.actframework', module='act-asm', version='5.0.6')
)
libraryDependencies += "org.actframework" % "act-asm" % "5.0.6"
[org.actframework/act-asm "5.0.6"]