Adapter: RxJava 3

A Retrofit CallAdapter for RxJava 3's stream types.

Лицензия

Лицензия

Категории

Категории

RxJava Контейнер Микросервисы Reactive libraries
Группа

Группа

io.github.zawn
Идентификатор

Идентификатор

adapter-rxjava3
Последняя версия

Последняя версия

2.10.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

Adapter: RxJava 3
A Retrofit CallAdapter for RxJava 3's stream types.
Ссылка на сайт

Ссылка на сайт

https://github.com/zawn/retrofit
Система контроля версий

Система контроля версий

https://github.com/zawn/retrofit/

Скачать adapter-rxjava3

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/io.github.zawn/adapter-rxjava3/ -->
<dependency>
    <groupId>io.github.zawn</groupId>
    <artifactId>adapter-rxjava3</artifactId>
    <version>2.10.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.zawn/adapter-rxjava3/
implementation 'io.github.zawn:adapter-rxjava3:2.10.2'
// https://jarcasting.com/artifacts/io.github.zawn/adapter-rxjava3/
implementation ("io.github.zawn:adapter-rxjava3:2.10.2")
'io.github.zawn:adapter-rxjava3:jar:2.10.2'
<dependency org="io.github.zawn" name="adapter-rxjava3" rev="2.10.2">
  <artifact name="adapter-rxjava3" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.zawn', module='adapter-rxjava3', version='2.10.2')
)
libraryDependencies += "io.github.zawn" % "adapter-rxjava3" % "2.10.2"
[io.github.zawn/adapter-rxjava3 "2.10.2"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
io.github.zawn : retrofit jar 2.10.2
io.reactivex.rxjava3 : rxjava jar 3.0.0
org.reactivestreams : reactive-streams jar 1.0.3

test (4)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.13
org.assertj : assertj-core jar 3.13.2
com.google.guava : guava jar 28.1-jre
com.squareup.okhttp3 : mockwebserver jar 3.14.9

Модули Проекта

Данный проект не имеет модулей.

Retrofit

Type-safe HTTP client for Android and Java by Square, Inc.

For more information please see the website.

Download

Download the latest JAR or grab via Maven:

<dependency>
  <groupId>com.appunity.retrofit2</groupId>
  <artifactId>retrofit</artifactId>
  <version>2.0.2</version>
</dependency>

or Gradle:

compile 'com.appunity.retrofit2:retrofit:2.0.2'

Snapshots of the development version are available in Sonatype's snapshots repository.

Retrofit requires at minimum Java 7 or Android 2.3.

License

Copyright 2013 Square, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Версии библиотеки

Версия
2.10.2
2.10.1
2.10.0