<dependency> <groupId>org.grails.plugins</groupId> <artifactId>hibernate5</artifactId> <version>8.0.0</version> <type>pom</type> </dependency>
implementation 'org.grails.plugins:hibernate5:8.0.0'
implementation("org.grails.plugins:hibernate5:8.0.0")
libraryDependencies += "org.grails.plugins" % "hibernate5" % "8.0.0"
@Grapes( @Grab(group='org.grails.plugins', module='hibernate5', version='8.0.0') )
<dependency org="org.grails.plugins" name="hibernate5" rev="8.0.0" />
[org.grails.plugins/hibernate5 "8.0.0"]
'org.grails.plugins:hibernate5:jar:8.0.0'
compile
|-- org.springframework.boot:spring-boot:2.7.12
|-- org.springframework:spring-orm:5.3.27
|-- org.hibernate:hibernate-core:5.6.15.Final
|-- org.grails:grails-datastore-web:8.0.0
|-- org.grails:grails-datastore-gorm-support:8.0.0
|-- org.grails:grails-datastore-gorm-hibernate5:8.0.0
runtime
|-- org.codehaus.groovy:groovy:3.0.11