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