g

grails-datastore-simple

GORM - Grails Data Access Framework
http://grails.org/
The Apache Software License, Version 2.0
Graeme Rocher Jeff Brown Burt Beckwith
Files download
File Operation
grails-datastore-simple-1.0.9.RELEASE.jar download
grails-datastore-simple-1.0.9.RELEASE.pom download
grails-datastore-simple-1.0.9.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>org.grails</groupId>
  <artifactId>grails-datastore-simple</artifactId>
  <version>1.0.9.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'org.grails:grails-datastore-simple:1.0.9.RELEASE'
Gradle Kotlin
implementation("org.grails:grails-datastore-simple:1.0.9.RELEASE")
Scala SBT
libraryDependencies += "org.grails" % "grails-datastore-simple" % "1.0.9.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.grails', module='grails-datastore-simple', version='1.0.9.RELEASE')
)
Apache Ivy
<dependency org="org.grails" name="grails-datastore-simple" rev="1.0.9.RELEASE" />
Leiningen
[org.grails/grails-datastore-simple "1.0.9.RELEASE"]
Apache Buildr
'org.grails:grails-datastore-simple:jar:1.0.9.RELEASE'