is not current version
Last Version 7.3.0

org.grails:gorm-hibernate5-spring-boot 6.1.0.M2

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

6.1.0.M2
Type

Type

jar

Download gorm-hibernate5-spring-boot 6.1.0.M2


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