is not current version
Last Version 7.3.0

org.grails.plugins:hibernate5 7.0.6

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.0.6
Type

Type

jar

Download hibernate5 7.0.6


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