Maven Repository - POM file for Byte Code cglib-nodep 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</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. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Web Servicerestli-client 1.15.2
Pegasus is a framework for building robust, scalable service architectures using dynamic discovery and simple asychronous type-checked REST + JSON APIs.
8
Web Servicerestli-server 1.15.12
Pegasus is a framework for building robust, scalable service architectures using dynamic discovery and simple asychronous type-checked REST + JSON APIs.
9
Web Servicedata-transform 1.13.4
Pegasus is a framework for building robust, scalable service architectures using dynamic discovery and simple asychronous type-checked REST + JSON APIs.
7
Web Servicerestli-server 1.10.6
Pegasus is a framework for building robust, scalable service architectures using dynamic discovery and simple asychronous type-checked REST + JSON APIs.
6
Librarylambdaj 2.3.1
The pseudo-functional collection manipulation library
22
Librarylambdaj 2.3.3
The pseudo-functional collection manipulation library
19
Web Servicerestli-server 1.9.3
Pegasus is a framework for building robust, scalable service architectures using dynamic discovery and simple asychronous type-checked REST + JSON APIs.
6
Web Servicerestli-client 1.9.1
Pegasus is a framework for building robust, scalable service architectures using dynamic discovery and simple asychronous type-checked REST + JSON APIs.
5
Web Servicedata-transform 1.15.12
Pegasus is a framework for building robust, scalable service architectures using dynamic discovery and simple asychronous type-checked REST + JSON APIs.
8
Web Servicerestli-server 1.9.18
Pegasus is a framework for building robust, scalable service architectures using dynamic discovery and simple asychronous type-checked REST + JSON APIs.
6
Web Serviced2 1.15.2
Pegasus is a framework for building robust, scalable service architectures using dynamic discovery and simple asychronous type-checked REST + JSON APIs.
5
Fileesper 4.6.0
Event stream and complex event processing component
11
Web Serviced2 1.15.7
Pegasus is a framework for building robust, scalable service architectures using dynamic discovery and simple asychronous type-checked REST + JSON APIs.
5
Web Servicedata-transform 1.9.18
Pegasus is a framework for building robust, scalable service architectures using dynamic discovery and simple asychronous type-checked REST + JSON APIs.
7
Web Servicerestli-client 1.20.0
Pegasus is a framework for building robust, scalable service architectures using dynamic discovery and simple asychronous type-checked REST + JSON APIs.
8
Web Servicerestli-client 1.13.4
Pegasus is a framework for building robust, scalable service architectures using dynamic discovery and simple asychronous type-checked REST + JSON APIs.
5
Web Servicedata-transform 1.10.6
Pegasus is a framework for building robust, scalable service architectures using dynamic discovery and simple asychronous type-checked REST + JSON APIs.
7
Web Servicerestli-server 1.9.40
Pegasus is a framework for building robust, scalable service architectures using dynamic discovery and simple asychronous type-checked REST + JSON APIs.
5
JUnitequalsverifier 1.3.1
EqualsVerifier can be used in JUnit 4 unit tests to verify whether the contract for the equals and hashCode methods is met.
31
Asynchronousawaitility 1.3.4
A Java DSL for synchronizing asynchronous operations
10
Testing Mockeasymockclassextension 2.5.2
The EasyMock Class Extension allows to generate Mock Objects for classes
12
Web Servicedata-transform 1.15.9
Pegasus is a framework for building robust, scalable service architectures using dynamic discovery and simple asychronous type-checked REST + JSON APIs.
8
Testing Mockeasymock 3.0
EasyMock provides an easy way to create Mock Objects for interfaces and classes generating them on the fly
132
JUnitspock-core 0.6-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...
8
Web Servicerestli-server 1.15.7
Pegasus is a framework for building robust, scalable service architectures using dynamic discovery and simple asychronous type-checked REST + JSON APIs.
8
Web Servicerestli-client 1.15.4
Pegasus is a framework for building robust, scalable service architectures using dynamic discovery and simple asychronous type-checked REST + JSON APIs.
8
Asynchronousawaitility 1.3.3
A Java DSL for synchronizing asynchronous operations
22
ORMsqueryl_2.9.2 0.9.5-6
A Scala ORM and DSL for talking with Databases using minimum verbosity and maximum type safety
14
JUnitequalsverifier 1.4.1
EqualsVerifier can be used in JUnit 4 unit tests to verify whether the contract for the equals and hashCode methods is met.
18
Web Servicerestli-server 1.15.9
Pegasus is a framework for building robust, scalable service architectures using dynamic discovery and simple asychronous type-checked REST + JSON APIs.
8
Web Servicerestli-server 1.9.5
Pegasus is a framework for building robust, scalable service architectures using dynamic discovery and simple asychronous type-checked REST + JSON APIs.
6
Web Servicedata-transform 1.20.0
Pegasus is a framework for building robust, scalable service architectures using dynamic discovery and simple asychronous type-checked REST + JSON APIs.
8
Web Servicedata-transform 1.9.1
Pegasus is a framework for building robust, scalable service architectures using dynamic discovery and simple asychronous type-checked REST + JSON APIs.
7
Web Servicerestli-server 1.9.23
Pegasus is a framework for building robust, scalable service architectures using dynamic discovery and simple asychronous type-checked REST + JSON APIs.
5




Packages

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