| License |
License |
|---|---|
| Categories |
Categoriescglib Application Layer Libs Bytecode Manipulation |
| GroupId | GroupIdxyz.jieee |
| ArtifactId | ArtifactIdcglib-jdk9 |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
DescriptionCode 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 |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| cglib-jdk9-1.0.0.pom | |
| cglib-jdk9-1.0.0.jar | 309 KB |
| cglib-jdk9-1.0.0-sources.jar | 187 KB |
| cglib-jdk9-1.0.0-javadoc.jar | 898 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.ow2.asm : asm | jar | 7.1 |
| org.apache.ant : ant Optional | jar | 1.10.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |