Code Generation Library.
Code generation library with shaded ASM dependecies.
Here is the list of declaration for cglib-nodep. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>cglib</groupId> <artifactId>cglib-nodep</artifactId> <version>2.2.2</version> </dependency>
If you think this Maven repository POM file listing for cglib-nodep is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:ASF 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.
The following table lists the most popular artifacts which are depending on cglib-nodep-2.2.2. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Testing Mock | easymock 3.1 EasyMock provides an easy way to create Mock Objects for interfaces and classes generating them on the fly | 230 |
Testing | assertj-core 1.7.0 Rich and fluent assertions for testing | 9 |
JSON | fastjson 1.1.39 Fastjson is a JSON processor (JSON parser + JSON generator) written in Java | 13 |
JSON | fastjson 1.1.36 Fastjson is a JSON processor (JSON parser + JSON generator) written in Java | 12 |
JUnit | spock-core 0.7-groovy-1.8 Spock is a testing and specification framework for Java and Groovy applications. What makes it stand out from the crowd is its beautiful and highly expressive specification language. Thanks to its JUnit runner, Spock is compatible with most IDEs, build tools, and continuous integration servers. Spo... | 107 |
Testing Mock | easymock 3.2 EasyMock provides an easy way to create Mock Objects for interfaces and classes generating them on the fly | 69 |
Testing | assertj-core 1.6.0 Rich and fluent assertions for testing | 30 |
Spring | spring-data-rest-webmvc 1.0.0.RELEASE Directly export Spring Data managed JPA Entities to the web. | 5 |
JUnit | spock-core 0.7-groovy-2.0 Spock is a testing and specification framework for Java and Groovy applications. What makes it stand out from the crowd is its beautiful and highly expressive specification language. Thanks to its JUnit runner, Spock is compatible with most IDEs, build tools, and continuous integration servers. Spo... | 151 |
Testing | assertj-core 1.5.0 Rich and fluent assertions for testing | 46 |
Build | nebula-test 1.12.2 Test harness for Gradle plugins | 15 |
The following packages are defined in the cglib-nodep-2.2.2.jar
net.sf.cglib.asm net.sf.cglib.asm.signature net.sf.cglib.beans net.sf.cglib.core net.sf.cglib.proxy net.sf.cglib.reflect net.sf.cglib.transform net.sf.cglib.transform.impl net.sf.cglib.util
Here is the content of the POM file.
<?xml version="1.0"?>
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>cglib</groupId>
<artifactId>cglib-nodep</artifactId>
<name>Code Generation Library</name>
<version>2.2.2</version>
<url>http://cglib.sourceforge.net/</url>
<description>Code generation library with shaded ASM dependecies</description>
<licenses>
<license>
<name>ASF 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:cvs:pserver:anonymous@cglib.cvs.sourceforge.net:/cvsroot/cglib:cglib</connection>
<url>http://cglib.cvs.sourceforge.net/cglib</url>
</scm>
<dependencies>
<dependency>
<groupId>ant</groupId>
<artifactId>ant</artifactId>
<version>1.6.2</version>
<optional>true</optional>
</dependency>
</dependencies>
</project>