| License | License | 
|---|---|
| Categories | CategoriesGrails User Interface Web Frameworks Data ORM | 
| GroupId | GroupIdorg.grails | 
| ArtifactId | ArtifactIdgrails-datastore-gorm-simpledb | 
| Last Version | Last Version4.0.0.M2 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionGrails GORM GORM - Grails Data Access Framework | 
| Project URL | Project URL | 
<!-- https://jarcasting.com/artifacts/org.grails/grails-datastore-gorm-simpledb/ -->
<dependency>
    <groupId>org.grails</groupId>
    <artifactId>grails-datastore-gorm-simpledb</artifactId>
    <version>4.0.0.M2</version>
</dependency>// https://jarcasting.com/artifacts/org.grails/grails-datastore-gorm-simpledb/
implementation 'org.grails:grails-datastore-gorm-simpledb:4.0.0.M2'// https://jarcasting.com/artifacts/org.grails/grails-datastore-gorm-simpledb/
implementation ("org.grails:grails-datastore-gorm-simpledb:4.0.0.M2")'org.grails:grails-datastore-gorm-simpledb:jar:4.0.0.M2'<dependency org="org.grails" name="grails-datastore-gorm-simpledb" rev="4.0.0.M2">
  <artifact name="grails-datastore-gorm-simpledb" type="jar" />
</dependency>@Grapes(
@Grab(group='org.grails', module='grails-datastore-gorm-simpledb', version='4.0.0.M2')
)libraryDependencies += "org.grails" % "grails-datastore-gorm-simpledb" % "4.0.0.M2"[org.grails/grails-datastore-gorm-simpledb "4.0.0.M2"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.codehaus.groovy : groovy | jar | 2.4.1 | 
| org.grails : grails-datastore-gorm | jar | 4.0.0.M2 | 
| org.grails : grails-datastore-gorm-plugin-support | jar | 4.0.0.M2 | 
| org.grails : grails-datastore-simpledb | jar | 4.0.0.M2 | 
| org.grails : grails-datastore-core | jar | 4.0.0.M2 |