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