Last Version

cglib:cglib 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
Version

Version

3.3.0
Type

Type

jar
Description

Description

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

Download cglib 3.3.0


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

Dependencies

compile (2)

Group / Artifact Type Version
org.ow2.asm : asm jar 7.1
org.apache.ant : ant Optional jar 1.10.3

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.