is not current version
Last Version 1.1.0.RELEASE

org.grails:grails-http-core 1.0.0.RC2

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

Categories

Categories

Grails User Interface Web Frameworks
GroupId

GroupId

org.grails
ArtifactId

ArtifactId

grails-http-core
Version

Version

1.0.0.RC2
Type

Type

jar

Download grails-http-core 1.0.0.RC2


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