Categories |
CategoriesGrails User Interface Web Frameworks Data ORM Hibernate |
---|---|
GroupId | GroupIdorg.grails |
ArtifactId | ArtifactIdgrails-datastore-gorm-hibernate5 |
Version | Version6.0.6.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.grails/grails-datastore-gorm-hibernate5/ -->
<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-datastore-gorm-hibernate5</artifactId>
<version>6.0.6.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.grails/grails-datastore-gorm-hibernate5/
implementation 'org.grails:grails-datastore-gorm-hibernate5:6.0.6.RELEASE'
// https://jarcasting.com/artifacts/org.grails/grails-datastore-gorm-hibernate5/
implementation ("org.grails:grails-datastore-gorm-hibernate5:6.0.6.RELEASE")
'org.grails:grails-datastore-gorm-hibernate5:jar:6.0.6.RELEASE'
<dependency org="org.grails" name="grails-datastore-gorm-hibernate5" rev="6.0.6.RELEASE">
<artifact name="grails-datastore-gorm-hibernate5" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.grails', module='grails-datastore-gorm-hibernate5', version='6.0.6.RELEASE')
)
libraryDependencies += "org.grails" % "grails-datastore-gorm-hibernate5" % "6.0.6.RELEASE"
[org.grails/grails-datastore-gorm-hibernate5 "6.0.6.RELEASE"]