rx-play-services-fitness-kotlin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.niqo01.rxplayservices</groupId> <artifactId>rx-play-services-fitness-kotlin</artifactId> <version>0.2.0</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>com.github.niqo01.rxplayservices</groupId> <artifactId>rx-play-services-fitness-kotlin</artifactId> <version>0.2.0</version> <packaging>aar</packaging> <name>RxFitnessKotlin</name> <description>RxJava wrapper APIs for Google Play Services including Kotlin extensions.</description> <url>https://github.com/niqo01/RxPlayServices</url> <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>niqo01</id> <name>Nicolas Milliard</name> </developer> </developers> <scm> <connection>scm:git:git@github.com:niqo01/RxPlayServices.git</connection> <developerConnection>scm:git:ssh://git@github.com/niqo01/RxPlayServices.git</developerConnection> <url>https://github.com/niqo01/RxPlayServices</url> </scm> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>1.2.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.github.niqo01.rxplayservices</groupId> <artifactId>rx-play-services-fitness</artifactId> <version>0.2.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.reactivex.rxjava2</groupId> <artifactId>rxjava</artifactId> <version>2.1.6</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.google.android.gms</groupId> <artifactId>play-services-fitness</artifactId> <version>11.6.0</version> <scope>compile</scope> </dependency> </dependencies> </project>