RxGORM REST Client

Provides a RxGORM Object Mapping implementation for communication with REST web services

License

License

Categories

Categories

Grails User Interface Web Frameworks
GroupId

GroupId

org.grails
ArtifactId

ArtifactId

grails-http-core
Last Version

Last Version

1.1.0.RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

RxGORM REST Client
Provides a RxGORM Object Mapping implementation for communication with REST web services
Project URL

Project URL

https://github.com/grails/gorm-rest-client
Source Code Management

Source Code Management

https://github.com/grails/gorm-rest-client

Download grails-http-core

How to add to project

<!-- https://jarcasting.com/artifacts/org.grails/grails-http-core/ -->
<dependency>
    <groupId>org.grails</groupId>
    <artifactId>grails-http-core</artifactId>
    <version>1.1.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.grails/grails-http-core/
implementation 'org.grails:grails-http-core:1.1.0.RELEASE'
// https://jarcasting.com/artifacts/org.grails/grails-http-core/
implementation ("org.grails:grails-http-core:1.1.0.RELEASE")
'org.grails:grails-http-core:jar:1.1.0.RELEASE'
<dependency org="org.grails" name="grails-http-core" rev="1.1.0.RELEASE">
  <artifact name="grails-http-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.grails', module='grails-http-core', version='1.1.0.RELEASE')
)
libraryDependencies += "org.grails" % "grails-http-core" % "1.1.0.RELEASE"
[org.grails/grails-http-core "1.1.0.RELEASE"]

Dependencies

compile (1)

Group / Artifact Type Version
org.codehaus.groovy : groovy jar 2.4.10

test (1)

Group / Artifact Type Version
org.spockframework : spock-core jar 1.0-groovy-2.4

Project Modules

There are no modules declared in this project.
org.grails

grails

Versions

Version
1.1.0.RELEASE
1.1.0.RC2
1.1.0.RC1
1.0.5.RELEASE
1.0.4.RELEASE
1.0.3.RELEASE
1.0.2.RELEASE
1.0.1
1.0.0.RELEASE
1.0.0.RC2
1.0.0.RC1