Download asm-2.2.1.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.2.1 in this page.

License

GNU General Public License version 3

Build File

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

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

Download

Click the following link to download the jar file.

asm-2.2.1-sources.jar
asm-2.2.1.jar
asm-2.2.1.pom



Related Tutorials