Last Version

Code Generation Library 3.3.0

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

License

License

Categories

Categories

cglib Application Layer Libs Bytecode Manipulation
GroupId

GroupId

cglib
ArtifactId

ArtifactId

cglib-parent
Version

Version

3.3.0
Type

Type

pom
Description

Description

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.
Project URL

Project URL

https://github.com/cglib/cglib
Source Code Management

Source Code Management

https://github.com/cglib/cglib

Download cglib-parent 3.3.0

Filename Size
cglib-parent-3.3.0.pom 9 KB
Browse

<!-- https://jarcasting.com/artifacts/cglib/cglib-parent/ -->
<dependency>
    <groupId>cglib</groupId>
    <artifactId>cglib-parent</artifactId>
    <version>3.3.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cglib/cglib-parent/
implementation 'cglib:cglib-parent:3.3.0'
// https://jarcasting.com/artifacts/cglib/cglib-parent/
implementation ("cglib:cglib-parent:3.3.0")
'cglib:cglib-parent:pom:3.3.0'
<dependency org="cglib" name="cglib-parent" rev="3.3.0">
  <artifact name="cglib-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='cglib', module='cglib-parent', version='3.3.0')
)
libraryDependencies += "cglib" % "cglib-parent" % "3.3.0"
[cglib/cglib-parent "3.3.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • cglib
  • cglib-nodep
  • cglib-sample
  • cglib-integration-test
  • cglib-jmh