MVN

cglib : cglib-parent

Maven & Gradle

Aug 12, 2019
4.6k stars

Code Generation Library · cglib is a powerful, high performance and quality Code Generation Library, It is used to extend JAVA classes and implements interfaces at runtime.

<dependency>
    <groupId>cglib</groupId>
    <artifactId>cglib-parent</artifactId>
    <version>3.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cglib : cglib-parent to add to Maven - Latest Versions:

  • Latest Stable: 3.3.0

All Versions

Choose a version of cglib : cglib-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
3.3.x
cglib-parent-3.3.0
3.2.x
cglib-parent-3.2.12
cglib-parent-3.2.11
cglib-parent-3.2.10
cglib-parent-3.2.9
cglib-parent-3.2.8
cglib-parent-3.2.7
cglib-parent-3.2.6
cglib-parent-3.2.5
cglib-parent-3.2.4
cglib-parent-3.2.3
cglib-parent-3.2.2
cglib-parent-3.2.1
cglib-parent-3.2.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>cglib</groupId>
    <artifactId>cglib-parent</artifactId>
    <version>3.3.0</version>
</dependency>

Advertisement