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