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