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