| Group ID: |
br.com.thiaguten |
| Artifact ID: |
rx-mqtt-api |
| Version: |
0.1.1 |
| Last modified: |
16.12.2017 21:02 |
| Packaging: |
jar |
| Name: |
rx-mqtt-api |
| Description: |
null |
| URL: |
https://github.com/thiaguten/rx-mqtt |
|
|
| Size: |
7.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/br/com/thiaguten/rx-mqtt-api/0.1.1/rx-mqtt-api-0.1.1.jar |
| POM: |
Show
hide
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>br.com.thiaguten</groupId>
<artifactId>rx-mqtt-api</artifactId>
<version>0.1.1</version>
<name>rx-mqtt-api</name>
<description>null</description>
<url>https://github.com/thiaguten/rx-mqtt</url>
<inceptionYear>2017</inceptionYear>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>thiaguten</id>
<name>Thiago Gutenberg Carvalho da Costa</name>
<email>thiaguten@gmail.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com:thiaguten/rx-mqtt.git</connection>
<developerConnection>scm:git:git@github.com:thiaguten/rx-mqtt.git</developerConnection>
<url>https://github.com/thiaguten/rx-mqtt</url>
</scm>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.reactivex.rxjava2</groupId>
<artifactId>rxjava</artifactId>
<version>2.1.7</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>br.com.thiaguten</groupId>
<artifactId>rx-mqtt-api</artifactId>
<version>0.1.1</version>
</dependency>
|
| Gradle: |
br.com.thiaguten:rx-mqtt-api:0.1.1 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|