Download cglib-2.0.1.jar file - Jar c

Jar examples for c:cglib

Description

Code generation library

You can download jar file cglib 2.0.1 in this page.

License

Open Source License

Build File

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

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

Download

Click the following link to download the jar file.

cglib-2.0.1-javadoc.jar
cglib-2.0.1-sources.jar
cglib-2.0.1.jar
cglib-2.0.1.pom



Related Tutorials