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