is not current version
Last Version 7.3.0

org.grails:grails-datastore-gorm-hibernate5 7.0.0.RELEASE

Provides a GORM Object Mapping implementations for Hibernate 5

Categories

Categories

Grails User Interface Web Frameworks Data ORM Hibernate
GroupId

GroupId

org.grails
ArtifactId

ArtifactId

grails-datastore-gorm-hibernate5
Version

Version

7.0.0.RELEASE
Type

Type

jar

Download grails-datastore-gorm-hibernate5 7.0.0.RELEASE


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