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