Download cglib-nodep-2.1_3.jar file - Jar c

Jar examples for c:cglib-nodep

Description

Code generation library with shaded ASM dependecies

You can download jar file cglib-nodep 2.1_3 in this page.

License

ASF 2.0

Build File

You can use the following script to add cglib-nodep-2.1_3.jar to your project.

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

Download

Click the following link to download the jar file.

cglib-nodep-2.1_3-sources.jar
cglib-nodep-2.1_3.jar
cglib-nodep-2.1_3.pom



Related Tutorials