is not current version
Last Version 7.3.0

org.grails:gorm-hibernate5-spring-boot 7.0.0.RELEASE

Provides a GORM Object Mapping implementations for Hibernate 5

Categories

Categories

Spring Boot Container Microservices Grails User Interface Web Frameworks ORM Data Hibernate
GroupId

GroupId

org.grails
ArtifactId

ArtifactId

gorm-hibernate5-spring-boot
Version

Version

7.0.0.RELEASE
Type

Type

jar

Download gorm-hibernate5-spring-boot 7.0.0.RELEASE


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