Categories |
CategoriesGrails User Interface Web Frameworks Data CLI |
---|---|
GroupId | GroupIdorg.grails |
ArtifactId | ArtifactIdgrails-datastore-rest-client |
Version | Version3.1.4.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>3.1.4.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.grails/grails-datastore-rest-client/
implementation 'org.grails:grails-datastore-rest-client:3.1.4.RELEASE'
// https://jarcasting.com/artifacts/org.grails/grails-datastore-rest-client/
implementation ("org.grails:grails-datastore-rest-client:3.1.4.RELEASE")
'org.grails:grails-datastore-rest-client:jar:3.1.4.RELEASE'
<dependency org="org.grails" name="grails-datastore-rest-client" rev="3.1.4.RELEASE">
<artifact name="grails-datastore-rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.grails', module='grails-datastore-rest-client', version='3.1.4.RELEASE')
)
libraryDependencies += "org.grails" % "grails-datastore-rest-client" % "3.1.4.RELEASE"
[org.grails/grails-datastore-rest-client "3.1.4.RELEASE"]