is not current version
Last Version 7.3.0

org.grails.plugins:hibernate5 7.1.0-RC4

Provides a GORM Object Mapping implementations for Hibernate 5

Categories

Categories

Grails User Interface Web Frameworks Hibernate Data ORM
GroupId

GroupId

org.grails.plugins
ArtifactId

ArtifactId

hibernate5
Version

Version

7.1.0-RC4
Type

Type

pom

Download hibernate5 7.1.0-RC4


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