| Категории |
КатегорииGrails Взаимодействие с пользователем Веб-фреймворки CLI |
|---|---|
| Группа | Группаorg.grails |
| Идентификатор | Идентификаторgrails-rx-http-client |
| Версия | Версия1.0.0.RELEASE |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.grails/grails-rx-http-client/ -->
<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-rx-http-client</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.grails/grails-rx-http-client/
implementation 'org.grails:grails-rx-http-client:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/org.grails/grails-rx-http-client/
implementation ("org.grails:grails-rx-http-client:1.0.0.RELEASE")
'org.grails:grails-rx-http-client:jar:1.0.0.RELEASE'
<dependency org="org.grails" name="grails-rx-http-client" rev="1.0.0.RELEASE">
<artifact name="grails-rx-http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.grails', module='grails-rx-http-client', version='1.0.0.RELEASE')
)
libraryDependencies += "org.grails" % "grails-rx-http-client" % "1.0.0.RELEASE"
[org.grails/grails-rx-http-client "1.0.0.RELEASE"]