bboxapi-stb
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>fr.bmartel</groupId>
<artifactId>bboxapi-stb</artifactId>
<version>1.2.7</version>
</dependency><?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>fr.bmartel</groupId>
<artifactId>bboxapi-stb</artifactId>
<version>1.2.7</version>
<name>bboxapi-stb</name>
<description>Bbox Miami API library for Kotlin/Java/Android</description>
<url>https://github.com/bertrandmartel/bboxapi-stb</url>
<licenses>
<license>
<name>The MIT License</name>
<url>https://github.com/bertrandmartel/bboxapi-stb/blob/master/LICENSE.md</url>
</license>
</licenses>
<developers>
<developer>
<id>bertrandmartel</id>
<name>Bertrand Martel</name>
<email>bmartel.fr@gmail.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/bertrandmartel/bboxapi-stb.git</connection>
<developerConnection>https://github.com/bertrandmartel/bboxapi-stb.git</developerConnection>
<url>https://github.com/bertrandmartel/bboxapi-stb</url>
</scm>
<dependencies>
<dependency>
<groupId>de.mannodermaus.rxjava2</groupId>
<artifactId>rxbonjour</artifactId>
<version>2.0.0-RC1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>de.mannodermaus.rxjava2</groupId>
<artifactId>rxbonjour-platform-desktop</artifactId>
<version>2.0.0-RC1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.github.kittinunf.fuel</groupId>
<artifactId>fuel-gson</artifactId>
<version>2.0.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>3.10.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>