文件下载
文件名 操作
cglib-integration-test-3.2.7.jar 下载
cglib-integration-test-3.2.7.pom 下载
cglib-integration-test-3.2.7-sources.jar 下载
Apache Maven
<dependency>
  <groupId>cglib</groupId>
  <artifactId>cglib-integration-test</artifactId>
  <version>3.2.7</version>
</dependency>
Gradle Groovy
implementation 'cglib:cglib-integration-test:3.2.7'
Gradle Kotlin
implementation("cglib:cglib-integration-test:3.2.7")
Scala SBT
libraryDependencies += "cglib" % "cglib-integration-test" % "3.2.7"
Groovy Grape
@Grapes(
  @Grab(group='cglib', module='cglib-integration-test', version='3.2.7')
)
Apache Ivy
<dependency org="cglib" name="cglib-integration-test" rev="3.2.7" />
Leiningen
[cglib/cglib-integration-test "3.2.7"]
Apache Buildr
'cglib:cglib-integration-test:jar:3.2.7'