is not current version
Last Version 7.3.0

org.grails:gorm-hibernate5-spring-boot 7.1.0.M1

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.1.0.M1
Type

Type

jar

Download gorm-hibernate5-spring-boot 7.1.0.M1


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