is not current version
Last Version 7.3.0

GORM for Hibernate 5 7.1.0.RC1

Provides a GORM Object Mapping implementations for Hibernate 5

License

License

Categories

Categories

Grails User Interface Web Frameworks Hibernate Data ORM
GroupId

GroupId

org.grails.plugins
ArtifactId

ArtifactId

hibernate5
Version

Version

7.1.0.RC1
Type

Type

pom
Description

Description

GORM for Hibernate 5
Provides a GORM Object Mapping implementations for Hibernate 5
Project URL

Project URL

https://gorm.grails.org/latest/hibernate
Source Code Management

Source Code Management

https://github.com/grails/gorm-hibernate5

Download hibernate5 7.1.0.RC1


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

Dependencies

compile (6)

Group / Artifact Type Version
org.springframework.boot : spring-boot jar 2.5.2
org.springframework : spring-orm jar 5.3.8
org.hibernate : hibernate-core jar 5.4.10.Final
org.grails : grails-datastore-web jar 7.1.0.RC1
org.grails : grails-datastore-gorm-support jar 7.1.0.RC1
org.grails : grails-datastore-gorm-hibernate5 jar 7.1.0.RC1

runtime (1)

Group / Artifact Type Version
org.codehaus.groovy : groovy jar 3.0.7

Project Modules

There are no modules declared in this project.