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