Download cglib-asm-1.0.jar file - Jar c

Jar examples for c:cglib-asm

Description

You can download jar file cglib-asm 1.0 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

cglib-asm-1.0.jar
cglib-asm-1.0.pom



Related Tutorials