is not current version
Last Version 3.3.0

cglib:cglib-parent 3.2.10

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

Categories

Categories

cglib Application Layer Libs Bytecode Manipulation
GroupId

GroupId

cglib
ArtifactId

ArtifactId

cglib-parent
Version

Version

3.2.10
Type

Type

pom

Download cglib-parent 3.2.10

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

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