Download act-asm-5.0.1.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.1 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.1.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials