<dependency>
<groupId>org.graceframework</groupId>
<artifactId>grace-datastore-gorm-hibernate5</artifactId>
<version>2022.2.2</version>
</dependency>
libraryDependencies += "org.graceframework" % "grace-datastore-gorm-hibernate5" % "2022.2.2"
@Grapes(
@Grab(group='org.graceframework', module='grace-datastore-gorm-hibernate5', version='2022.2.2')
)
<dependency org="org.graceframework" name="grace-datastore-gorm-hibernate5" rev="2022.2.2" />
compile
|-- org.slf4j:slf4j-api:1.7.36
|-- org.codehaus.groovy:groovy:3.0.17
|-- org.graceframework:grace-datastore-gorm:2022.2.2
|-- org.springframework:spring-orm:5.3.27
|-- org.hibernate:hibernate-core:5.6.15.Final
|-- org.hibernate:hibernate-validator:6.2.5.Final
|-- javax.validation:validation-api:2.0.1.Final
runtime
|-- javax.el:javax.el-api:3.0.1-b06