h

hibernate5

Provides a GORM Object Mapping implementations for Hibernate 5
https://gorm.grails.org/latest/hibernate
The Apache Software License, Version 2.0
Graeme Rocher Jeff Brown Burt Beckwith
Files download
File Operation
hibernate5-7.1.0.pom download
hibernate5-7.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.grails.plugins</groupId>
  <artifactId>hibernate5</artifactId>
  <version>7.1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.grails.plugins:hibernate5:7.1.0'
Gradle Kotlin
implementation("org.grails.plugins:hibernate5:7.1.0")
Scala SBT
libraryDependencies += "org.grails.plugins" % "hibernate5" % "7.1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.grails.plugins', module='hibernate5', version='7.1.0')
)
Apache Ivy
<dependency org="org.grails.plugins" name="hibernate5" rev="7.1.0" />
Leiningen
[org.grails.plugins/hibernate5 "7.1.0"]
Apache Buildr
'org.grails.plugins:hibernate5:jar:7.1.0'