Download ow2-asm-1.1.0.Alpha.jar file - Jar o

Jar examples for o:ow2-asm

Description

A clone of ASM(http://asm.ow2.org), should not be used by user directly. ( The API of ASM is unstable, but it's used by many libraries and frameworks so that it can cause the jar conflict easily. BabyFish has to copy some source of it and change its package name to avoid the java conflict. )

You can download jar file ow2-asm 1.1.0.Alpha in this page.

License

LGPL-3.0

Build File

You can use the following script to add ow2-asm-1.1.0.Alpha.jar to your project.

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

Download

Click the following link to download the jar file.

ow2-asm-1.1.0.Alpha-javadoc.jar
ow2-asm-1.1.0.Alpha-sources.jar
ow2-asm-1.1.0.Alpha.jar
ow2-asm-1.1.0.Alpha.pom



Related Tutorials