Hibernate CGLIB Repackaging

A repackaging of CGLIB (and its ASM dependencies) under the org.hibernate namespace to avoid version conflicts. The produced artifact is not intended for any use other than to be consumed by hibernate.

Categories

Categories

cglib Application Layer Libs Bytecode Manipulation Hibernate Data ORM
GroupId

GroupId

org.hibernate
ArtifactId

ArtifactId

hibernate-cglib-repack
Last Version

Last Version

2.1_3
Release Date

Release Date

Type

Type

jar
Description

Description

Hibernate CGLIB Repackaging
A repackaging of CGLIB (and its ASM dependencies) under the org.hibernate namespace to avoid version conflicts. The produced artifact is not intended for any use other than to be consumed by hibernate.
Project URL

Project URL

http://hibernate.org
Project Organization

Project Organization

Hibernate.org

Download hibernate-cglib-repack

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
2.1_3