| License | License | 
|---|---|
| Categories | CategoriesGrails User Interface Web Frameworks Data | 
| GroupId | GroupIdorg.grails | 
| ArtifactId | ArtifactIdgrails-datastore-simple | 
| Version | Version6.0.12.RELEASE | 
| Type | Typejar | 
| Description | DescriptionGrails GORM GORM - Grails Data Access Framework | 
| Project URL | Project URL | 
<!-- https://jarcasting.com/artifacts/org.grails/grails-datastore-simple/ -->
<dependency>
    <groupId>org.grails</groupId>
    <artifactId>grails-datastore-simple</artifactId>
    <version>6.0.12.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.grails/grails-datastore-simple/
implementation 'org.grails:grails-datastore-simple:6.0.12.RELEASE'// https://jarcasting.com/artifacts/org.grails/grails-datastore-simple/
implementation ("org.grails:grails-datastore-simple:6.0.12.RELEASE")'org.grails:grails-datastore-simple:jar:6.0.12.RELEASE'<dependency org="org.grails" name="grails-datastore-simple" rev="6.0.12.RELEASE">
  <artifact name="grails-datastore-simple" type="jar" />
</dependency>@Grapes(
@Grab(group='org.grails', module='grails-datastore-simple', version='6.0.12.RELEASE')
)libraryDependencies += "org.grails" % "grails-datastore-simple" % "6.0.12.RELEASE"[org.grails/grails-datastore-simple "6.0.12.RELEASE"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.codehaus.groovy : groovy | jar | 2.4.10 | 
| org.grails : grails-datastore-core | jar | 6.0.12.RELEASE | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 | 
| org.codehaus.groovy : groovy-test | jar | 2.4.10 | 
| org.spockframework : spock-core | jar | 1.0-groovy-2.4 |