Categories |
CategoriesGrails User Interface Web Frameworks CLI |
---|---|
GroupId | GroupIdorg.grails |
ArtifactId | ArtifactIdgrails-rx-http-client |
Version | Version1.0.3.RELEASE |
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.0.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.grails/grails-rx-http-client/
implementation 'org.grails:grails-rx-http-client:1.0.3.RELEASE'
// https://jarcasting.com/artifacts/org.grails/grails-rx-http-client/
implementation ("org.grails:grails-rx-http-client:1.0.3.RELEASE")
'org.grails:grails-rx-http-client:jar:1.0.3.RELEASE'
<dependency org="org.grails" name="grails-rx-http-client" rev="1.0.3.RELEASE">
<artifact name="grails-rx-http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.grails', module='grails-rx-http-client', version='1.0.3.RELEASE')
)
libraryDependencies += "org.grails" % "grails-rx-http-client" % "1.0.3.RELEASE"
[org.grails/grails-rx-http-client "1.0.3.RELEASE"]