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

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>3.0</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.

Packages

The following packages are defined in the cglib-nodep-3.0.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>3.0</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>