c

cglib-full

Files download
File Operation
cglib-full-2.0.1.jar download
cglib-full-2.0.1.pom download
Apache Maven
<dependency>
  <groupId>cglib</groupId>
  <artifactId>cglib-full</artifactId>
  <version>2.0.1</version>
</dependency>
Gradle Groovy
implementation 'cglib:cglib-full:2.0.1'
Gradle Kotlin
implementation("cglib:cglib-full:2.0.1")
Scala SBT
libraryDependencies += "cglib" % "cglib-full" % "2.0.1"
Groovy Grape
@Grapes(
  @Grab(group='cglib', module='cglib-full', version='2.0.1')
)
Apache Ivy
<dependency org="cglib" name="cglib-full" rev="2.0.1" />
Leiningen
[cglib/cglib-full "2.0.1"]
Apache Buildr
'cglib:cglib-full:jar:2.0.1'
Dependencies
The project has no third-party dependencies