Categories |
Categoriescglib Application Layer Libs Bytecode Manipulation Hibernate Data ORM |
---|---|
GroupId | GroupIdorg.hibernate |
ArtifactId | ArtifactIdhibernate-cglib-repack |
Last Version | Last Version2.1_3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHibernate 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 |
Project Organization |
Project Organization |
Filename | Size |
---|---|
hibernate-cglib-repack-2.1_3.pom | |
hibernate-cglib-repack-2.1_3.jar | 376 KB |
Browse |
<!-- 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"]