| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGrails Взаимодействие с пользователем Веб-фреймворки CLI |
| Группа | Группаorg.grails |
| Идентификатор | Идентификаторgrails-rx-http-client |
| Версия | Версия1.1.0.RELEASE |
| Тип | Типjar |
| Описание |
ОписаниеRxGORM REST Client
Provides a RxGORM Object Mapping implementation for communication with REST web services
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
<!-- 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.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.grails/grails-rx-http-client/
implementation 'org.grails:grails-rx-http-client:1.1.0.RELEASE'
// https://jarcasting.com/artifacts/org.grails/grails-rx-http-client/
implementation ("org.grails:grails-rx-http-client:1.1.0.RELEASE")
'org.grails:grails-rx-http-client:jar:1.1.0.RELEASE'
<dependency org="org.grails" name="grails-rx-http-client" rev="1.1.0.RELEASE">
<artifact name="grails-rx-http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.grails', module='grails-rx-http-client', version='1.1.0.RELEASE')
)
libraryDependencies += "org.grails" % "grails-rx-http-client" % "1.1.0.RELEASE"
[org.grails/grails-rx-http-client "1.1.0.RELEASE"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.reactivex : rxnetty-http | jar | 0.5.2 |
| io.netty : netty-handler-proxy | jar | 4.1.5.Final |
| org.codehaus.groovy : groovy-json | jar | 2.4.10 |
| org.codehaus.groovy : groovy-xml | jar | 2.4.10 |
| org.grails : grails-http-core | jar | 1.1.0.RELEASE |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.spockframework : spock-core | jar | 1.0-groovy-2.4 |