Maven Repository - POM file for Byte Code cglib-nodep 2.2.2 2.2.2

Summary

Code Generation Library.

Code generation library with shaded ASM dependecies.

Declaration

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.

License

Name:ASF 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.

Depended by

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.

CategoryArtifactDepended By Count
Testing Mockeasymock 3.1
EasyMock provides an easy way to create Mock Objects for interfaces and classes generating them on the fly
230
Testingassertj-core 1.7.0
Rich and fluent assertions for testing
9
JSONfastjson 1.1.39
Fastjson is a JSON processor (JSON parser + JSON generator) written in Java
13
JSONfastjson 1.1.36
Fastjson is a JSON processor (JSON parser + JSON generator) written in Java
12
JUnitspock-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 Mockeasymock 3.2
EasyMock provides an easy way to create Mock Objects for interfaces and classes generating them on the fly
69
Testingassertj-core 1.6.0
Rich and fluent assertions for testing
30
Springspring-data-rest-webmvc 1.0.0.RELEASE
Directly export Spring Data managed JPA Entities to the web.
5
JUnitspock-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
Testingassertj-core 1.5.0
Rich and fluent assertions for testing
46
Buildnebula-test 1.12.2
Test harness for Gradle plugins
15




Packages

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

POM File Source

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>