Jar examples for c:cglib
Code generation library
You can download jar file cglib 3.0 in this page.
Open Source License
You can use the following script to add cglib-3.0.jar to your project.
<dependency> <groupId>cglib</groupId> <artifactId>cglib</artifactId> <version>3.0</version> </dependency>
compile group: 'cglib', name: 'cglib', version: '3.0'
libraryDependencies += "cglib" % "cglib" % "3.0"
<dependency org="cglib" name="cglib" rev="3.0"/>
@Grapes(@Grab(group='cglib', module='cglib', version='3.0'))
'cglib:cglib:jar:3.0'
Click the following link to download the jar file.
cglib-3.0-javadoc.jar