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