Download cglib-3.2.6.jar file - Jar c

Jar examples for c:cglib

Description

Code generation library

You can download jar file cglib 3.2.6 in this page.

License

Open Source License

Build File

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

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

Download

Click the following link to download the jar file.

cglib-3.2.6-javadoc.jar
cglib-3.2.6-sources.jar
cglib-3.2.6.jar
cglib-3.2.6.pom



Related Tutorials