Download act-asm-5.0.5.jar file - Jar a

Jar examples for a:act-asm

Description

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

You can download jar file act-asm 5.0.5 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add act-asm-5.0.5.jar to your project.

<dependency>
   <groupId>org.actframework</groupId>
   <artifactId>act-asm</artifactId>
   <version>5.0.5</version>
</dependency>
compile group: 'org.actframework', name: 'act-asm', version: '5.0.5'
libraryDependencies += "org.actframework" % "act-asm" % "5.0.5"
<dependency org="org.actframework" name="act-asm" rev="5.0.5"/>
@Grapes(@Grab(group='org.actframework', module='act-asm', version='5.0.5'))
'org.actframework:act-asm:jar:5.0.5'

Download

Click the following link to download the jar file.

act-asm-5.0.5-javadoc.jar
act-asm-5.0.5-sources.jar
act-asm-5.0.5.jar
act-asm-5.0.5.pom



Related Tutorials