Download cglib-1.0.jar file - Jar c

Jar examples for c:cglib

Description

Code generation library

You can download jar file cglib 1.0 in this page.

License

Open Source License

Build File

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

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

Download

Click the following link to download the jar file.

cglib-1.0.jar
cglib-1.0.pom



Related Tutorials