| License | License | 
|---|---|
| Categories | CategoriesGrails User Interface Web Frameworks Data CLI | 
| GroupId | GroupIdorg.grails | 
| ArtifactId | ArtifactIdgrails-datastore-rest-client | 
| Version | Version6.1.9.RELEASE | 
| Type | Typejar | 
| Description | DescriptionGrails GORM GORM - Grails Data Access Framework | 
| Project URL | Project URL | 
<!-- https://jarcasting.com/artifacts/org.grails/grails-datastore-rest-client/ -->
<dependency>
    <groupId>org.grails</groupId>
    <artifactId>grails-datastore-rest-client</artifactId>
    <version>6.1.9.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.grails/grails-datastore-rest-client/
implementation 'org.grails:grails-datastore-rest-client:6.1.9.RELEASE'// https://jarcasting.com/artifacts/org.grails/grails-datastore-rest-client/
implementation ("org.grails:grails-datastore-rest-client:6.1.9.RELEASE")'org.grails:grails-datastore-rest-client:jar:6.1.9.RELEASE'<dependency org="org.grails" name="grails-datastore-rest-client" rev="6.1.9.RELEASE">
  <artifact name="grails-datastore-rest-client" type="jar" />
</dependency>@Grapes(
@Grab(group='org.grails', module='grails-datastore-rest-client', version='6.1.9.RELEASE')
)libraryDependencies += "org.grails" % "grails-datastore-rest-client" % "6.1.9.RELEASE"[org.grails/grails-datastore-rest-client "6.1.9.RELEASE"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.codehaus.groovy : groovy | jar | 2.4.11 | 
| commons-codec : commons-codec | jar | 1.5 | 
| org.grails : grails-web | jar | 3.2.11 | 
| org.grails : grails-async | jar | 3.2.11 | 
| org.grails : grails-core | jar | 3.2.11 | 
| org.grails : grails-plugin-converters | jar | 3.2.11 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework : spring-test | jar | 4.3.14.RELEASE | 
| org.codehaus.groovy : groovy-test | jar | 2.4.11 | 
| junit : junit | jar | 4.12 | 
| org.spockframework : spock-core | jar | 1.0-groovy-2.4 |