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