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