License |
License |
---|---|
Categories |
CategoriesGrails User Interface Web Frameworks Data CLI ORM |
GroupId | GroupIdorg.grails |
ArtifactId | ArtifactIdgrails-datastore-gorm-rest-client |
Last Version | Last Version6.0.0.M1 |
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-rest-client/ -->
<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-datastore-gorm-rest-client</artifactId>
<version>6.0.0.M1</version>
</dependency>
// https://jarcasting.com/artifacts/org.grails/grails-datastore-gorm-rest-client/
implementation 'org.grails:grails-datastore-gorm-rest-client:6.0.0.M1'
// https://jarcasting.com/artifacts/org.grails/grails-datastore-gorm-rest-client/
implementation ("org.grails:grails-datastore-gorm-rest-client:6.0.0.M1")
'org.grails:grails-datastore-gorm-rest-client:jar:6.0.0.M1'
<dependency org="org.grails" name="grails-datastore-gorm-rest-client" rev="6.0.0.M1">
<artifact name="grails-datastore-gorm-rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.grails', module='grails-datastore-gorm-rest-client', version='6.0.0.M1')
)
libraryDependencies += "org.grails" % "grails-datastore-gorm-rest-client" % "6.0.0.M1"
[org.grails/grails-datastore-gorm-rest-client "6.0.0.M1"]
Group / Artifact | Type | Version |
---|---|---|
org.grails : grails-datastore-rest-client | jar | 6.0.0.M1 |
org.grails : grails-plugin-rest | jar | 3.0.12 |
org.grails : grails-databinding | jar | 3.0.12 |
org.grails : grails-datastore-gorm-plugin-support | jar | 6.0.0.M1 |
org.codehaus.groovy : groovy | jar | 2.4.5 |
org.grails : grails-datastore-gorm | jar | 6.0.0.M1 |
org.grails : grails-datastore-core | jar | 6.0.0.M1 |
org.grails : grails-datastore-gorm-support | jar | 6.0.0.M1 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-webmvc | jar | 4.1.7.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.springframework : spring-test | jar | 4.1.7.RELEASE |
org.codehaus.groovy : groovy-test | jar | 2.4.5 |
org.spockframework : spock-core | jar | 1.0-groovy-2.4 |