| Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
|---|---|
| GroupId | GroupIdorg.actframework |
| ArtifactId | ArtifactIdact-asm |
| Version | Version5.0.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| act-asm-5.0.4.pom | |
| act-asm-5.0.4.jar | 398 KB |
| act-asm-5.0.4-sources.jar | 644 KB |
| act-asm-5.0.4-javadoc.jar | 881 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.actframework/act-asm/ -->
<dependency>
<groupId>org.actframework</groupId>
<artifactId>act-asm</artifactId>
<version>5.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.actframework/act-asm/
implementation 'org.actframework:act-asm:5.0.4'
// https://jarcasting.com/artifacts/org.actframework/act-asm/
implementation ("org.actframework:act-asm:5.0.4")
'org.actframework:act-asm:jar:5.0.4'
<dependency org="org.actframework" name="act-asm" rev="5.0.4">
<artifact name="act-asm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.actframework', module='act-asm', version='5.0.4')
)
libraryDependencies += "org.actframework" % "act-asm" % "5.0.4"
[org.actframework/act-asm "5.0.4"]