не последняя версия
Последняя версия 3.3.0

cglib:cglib-parent 3.2.8

cglib is a powerful, high performance and quality Code Generation Library, It is used to extend JAVA classes and implements interfaces at runtime.

Категории

Категории

cglib Библиотеки уровня приложения Bytecode Manipulation
Группа

Группа

cglib
Идентификатор

Идентификатор

cglib-parent
Версия

Версия

3.2.8
Тип

Тип

pom

Скачать cglib-parent 3.2.8

Имя Файла Размер
cglib-parent-3.2.8.pom 9 KB
Обзор

<!-- https://jarcasting.com/artifacts/cglib/cglib-parent/ -->
<dependency>
    <groupId>cglib</groupId>
    <artifactId>cglib-parent</artifactId>
    <version>3.2.8</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cglib/cglib-parent/
implementation 'cglib:cglib-parent:3.2.8'
// https://jarcasting.com/artifacts/cglib/cglib-parent/
implementation ("cglib:cglib-parent:3.2.8")
'cglib:cglib-parent:pom:3.2.8'
<dependency org="cglib" name="cglib-parent" rev="3.2.8">
  <artifact name="cglib-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='cglib', module='cglib-parent', version='3.2.8')
)
libraryDependencies += "cglib" % "cglib-parent" % "3.2.8"
[cglib/cglib-parent "3.2.8"]