Apache Grails is a framework used to build web applications with the Apache Groovy programming language. This project provides a forward port of grails-datastore-rest-client
dependencies {
implementation 'io.github.gpc:grails-datastore-rest-client-legacy:7.0.0' // Or latest version
}This plugin was previously removed from Grails, but since it is used in lots of projects, I have decided to bring it back as a legacy plugin.
For that reason, there is no documentation besides this README.md.
The original author is Graeme Rocher. History is retained from https://github.com/apache/grails-data-mapping/tree/v6.1.13.RELEASE and that tag has also been retained in this repository.
Grails and Groovy are licensed under the terms of the Apache License, Version 2.0.