Download asm-2.0.1-nimble.jar file - Jar a

Jar examples for a:asm

Description

Redistribution of version 3.3 of the ASM Java bytecode manipulation framework (http://forge.ow2.org/projects/asm/), complete with source code and javadoc.

You can download jar file asm 2.0.1-nimble in this page.

License

GNU General Public License version 3

Build File

You can use the following script to add asm-2.0.1-nimble.jar to your project.

<dependency>
   <groupId>org.gridkit.3rd.btrace</groupId>
   <artifactId>asm</artifactId>
   <version>2.0.1-nimble</version>
</dependency>
compile group: 'org.gridkit.3rd.btrace', name: 'asm', version: '2.0.1-nimble'
libraryDependencies += "org.gridkit.3rd.btrace" % "asm" % "2.0.1-nimble"
<dependency org="org.gridkit.3rd.btrace" name="asm" rev="2.0.1-nimble"/>
@Grapes(@Grab(group='org.gridkit.3rd.btrace', module='asm', version='2.0.1-nimble'))
'org.gridkit.3rd.btrace:asm:jar:2.0.1-nimble'

Download

Click the following link to download the jar file.

asm-2.0.1-nimble-javadoc.jar
asm-2.0.1-nimble-sources.jar
asm-2.0.1-nimble.jar
asm-2.0.1-nimble.pom



Related Tutorials