| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииReact Взаимодействие с пользователем Веб-фреймворки |
| Группа | Группаcom.lyft |
| Идентификатор | Идентификаторreactivehttp |
| Версия | Версия0.0.2 |
| Тип | Типjar |
| Описание |
ОписаниеReactive Http
Reactive http client for Android.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| reactivehttp-0.0.2.pom | |
| reactivehttp-0.0.2.jar | 27 KB |
| reactivehttp-0.0.2-sources.jar | 17 KB |
| reactivehttp-0.0.2-javadoc.jar | 96 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.lyft/reactivehttp/ -->
<dependency>
<groupId>com.lyft</groupId>
<artifactId>reactivehttp</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.lyft/reactivehttp/
implementation 'com.lyft:reactivehttp:0.0.2'
// https://jarcasting.com/artifacts/com.lyft/reactivehttp/
implementation ("com.lyft:reactivehttp:0.0.2")
'com.lyft:reactivehttp:jar:0.0.2'
<dependency org="com.lyft" name="reactivehttp" rev="0.0.2">
<artifact name="reactivehttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lyft', module='reactivehttp', version='0.0.2')
)
libraryDependencies += "com.lyft" % "reactivehttp" % "0.0.2"
[com.lyft/reactivehttp "0.0.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.netflix.rxjava : rxjava-core | jar | 0.16.1 |
| com.squareup.okhttp : okhttp | jar | 1.3.0 |
| com.google.code.gson : gson | jar | 2.2.4 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.10 |