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.

License

License

Categories

Categories

cglib Application Layer Libs Bytecode Manipulation
GroupId

GroupId

xyz.jieee
ArtifactId

ArtifactId

cglib-jdk9
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
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/lingjieee/cglib
Source Code Management

Source Code Management

https://github.com/lingjieee/cglib

Download cglib-jdk9

How to add to project

<!-- https://jarcasting.com/artifacts/xyz.jieee/cglib-jdk9/ -->
<dependency>
    <groupId>xyz.jieee</groupId>
    <artifactId>cglib-jdk9</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.jieee/cglib-jdk9/
implementation 'xyz.jieee:cglib-jdk9:1.0.0'
// https://jarcasting.com/artifacts/xyz.jieee/cglib-jdk9/
implementation ("xyz.jieee:cglib-jdk9:1.0.0")
'xyz.jieee:cglib-jdk9:jar:1.0.0'
<dependency org="xyz.jieee" name="cglib-jdk9" rev="1.0.0">
  <artifact name="cglib-jdk9" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.jieee', module='cglib-jdk9', version='1.0.0')
)
libraryDependencies += "xyz.jieee" % "cglib-jdk9" % "1.0.0"
[xyz.jieee/cglib-jdk9 "1.0.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.

Versions

Version
1.0.0