rx-mqtt-api

null

Лицензия

Лицензия

Группа

Группа

br.com.thiaguten
Идентификатор

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

rx-mqtt-api
Последняя версия

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

0.2.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

rx-mqtt-api
null
Ссылка на сайт

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

https://github.com/thiaguten/rx-mqtt
Система контроля версий

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

https://github.com/thiaguten/rx-mqtt

Скачать rx-mqtt-api

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

<!-- https://jarcasting.com/artifacts/br.com.thiaguten/rx-mqtt-api/ -->
<dependency>
    <groupId>br.com.thiaguten</groupId>
    <artifactId>rx-mqtt-api</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.thiaguten/rx-mqtt-api/
implementation 'br.com.thiaguten:rx-mqtt-api:0.2.0'
// https://jarcasting.com/artifacts/br.com.thiaguten/rx-mqtt-api/
implementation ("br.com.thiaguten:rx-mqtt-api:0.2.0")
'br.com.thiaguten:rx-mqtt-api:jar:0.2.0'
<dependency org="br.com.thiaguten" name="rx-mqtt-api" rev="0.2.0">
  <artifact name="rx-mqtt-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.thiaguten', module='rx-mqtt-api', version='0.2.0')
)
libraryDependencies += "br.com.thiaguten" % "rx-mqtt-api" % "0.2.0"
[br.com.thiaguten/rx-mqtt-api "0.2.0"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
io.reactivex.rxjava2 : rxjava jar 2.1.17

test (3)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.mockito : mockito-core jar 2.20.1
org.assertj : assertj-core jar 3.10.0

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

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

RxMQTT

Build Status Coverage Status Maven Central Javadocs License

Basically, this project has two modules:

  • RxMQTT API
  • RxMQTT Paho

RxMQTT API is a set of interfaces that was built on top of RxJava for composing asynchronous and event-based programs by using observable sequences. These interfaces define a higher abstraction for implementations.

RxMQTT Paho is the implementation of RxMQTT API that was built on top of Eclipse Paho Java Client framework to handle MQTT messages.

For more informations, see the Wiki Page.


Installation

Maven:

<dependency>
    <groupId>br.com.thiaguten</groupId>
    <artifactId>rx-mqtt-paho</artifactId>
    <version>${version}</version>
</dependency>

Gradle:

compile "br.com.thiaguten:rx-mqtt-paho:$version"

Todos

  • Write javadocs

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

Версия
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0