Download cglib-2.2.0-b23.jar file - Jar c

Jar examples for c:cglib

Description

Code generation library

You can download jar file cglib 2.2.0-b23 in this page.

License

Open Source License

Build File

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

<dependency>
   <groupId>org.glassfish.hk2.external</groupId>
   <artifactId>cglib</artifactId>
   <version>2.2.0-b23</version>
</dependency>
compile group: 'org.glassfish.hk2.external', name: 'cglib', version: '2.2.0-b23'
libraryDependencies += "org.glassfish.hk2.external" % "cglib" % "2.2.0-b23"
<dependency org="org.glassfish.hk2.external" name="cglib" rev="2.2.0-b23"/>
@Grapes(@Grab(group='org.glassfish.hk2.external', module='cglib', version='2.2.0-b23'))
'org.glassfish.hk2.external:cglib:jar:2.2.0-b23'

Download

Click the following link to download the jar file.

cglib-2.2.0-b23-javadoc.jar
cglib-2.2.0-b23-sources.jar
cglib-2.2.0-b23.jar
cglib-2.2.0-b23.pom



Related Tutorials