Categories |
CategoriesGrails User Interface Web Frameworks CLI |
---|---|
GroupId | GroupIdorg.grails |
ArtifactId | ArtifactIdgrails-rx-http-client |
Version | Version1.1.0.RC1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.grails/grails-rx-http-client/ -->
<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-rx-http-client</artifactId>
<version>1.1.0.RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.grails/grails-rx-http-client/
implementation 'org.grails:grails-rx-http-client:1.1.0.RC1'
// https://jarcasting.com/artifacts/org.grails/grails-rx-http-client/
implementation ("org.grails:grails-rx-http-client:1.1.0.RC1")
'org.grails:grails-rx-http-client:jar:1.1.0.RC1'
<dependency org="org.grails" name="grails-rx-http-client" rev="1.1.0.RC1">
<artifact name="grails-rx-http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.grails', module='grails-rx-http-client', version='1.1.0.RC1')
)
libraryDependencies += "org.grails" % "grails-rx-http-client" % "1.1.0.RC1"
[org.grails/grails-rx-http-client "1.1.0.RC1"]