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