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