Categories |
Categoriescglib Application Layer Libs Bytecode Manipulation |
---|---|
GroupId | GroupIdcglib |
ArtifactId | ArtifactIdcglib-full |
Last Version | Last Version2.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
cglib-full-2.0.2.pom | |
cglib-full-2.0.2.jar | 300 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cglib/cglib-full/ -->
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib-full</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/cglib/cglib-full/
implementation 'cglib:cglib-full:2.0.2'
// https://jarcasting.com/artifacts/cglib/cglib-full/
implementation ("cglib:cglib-full:2.0.2")
'cglib:cglib-full:jar:2.0.2'
<dependency org="cglib" name="cglib-full" rev="2.0.2">
<artifact name="cglib-full" type="jar" />
</dependency>
@Grapes(
@Grab(group='cglib', module='cglib-full', version='2.0.2')
)
libraryDependencies += "cglib" % "cglib-full" % "2.0.2"
[cglib/cglib-full "2.0.2"]