w3w-android-wrapper
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.what3words</groupId> <artifactId>w3w-android-wrapper</artifactId> <version>4.0.2</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>com.what3words</groupId> <artifactId>w3w-android-wrapper</artifactId> <version>4.0.2</version> <packaging>aar</packaging> <name>w3w-android-wrapper</name> <description>Android library for what3words REST API.</description> <url>https://github.com/what3words/w3w-android-wrapper</url> <licenses> <license> <name>The MIT License (MIT)</name> <url>https://github.com/what3words/w3w-android-wrapper/blob/master/LICENSE</url> </license> </licenses> <developers> <developer> <id>what3words</id> <name>what3words</name> <email>development@what3words.com</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/what3words/w3w-android-wrapper.git</connection> <developerConnection>scm:git:ssh://git@github.com:what3words/w3w-android-wrapper.git</developerConnection> <url>https://github.com/what3words/w3w-android-wrapper/tree/master</url> </scm> <dependencies> <dependency> <groupId>com.what3words</groupId> <artifactId>w3w-java-wrapper</artifactId> <version>3.1.21</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.what3words</groupId> <artifactId>w3w-core-android</artifactId> <version>1.0.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.8.20</version> <scope>compile</scope> </dependency> <dependency> <groupId>androidx.core</groupId> <artifactId>core-ktx</artifactId> <version>1.13.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-core</artifactId> <version>1.8.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-android</artifactId> <version>1.8.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>retrofit</artifactId> <version>2.9.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>converter-gson</artifactId> <version>2.9.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>converter-moshi</artifactId> <version>2.5.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.jakewharton.retrofit</groupId> <artifactId>retrofit2-kotlin-coroutines-adapter</artifactId> <version>0.9.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.moshi</groupId> <artifactId>moshi</artifactId> <version>1.15.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.moshi</groupId> <artifactId>moshi-kotlin</artifactId> <version>1.15.0</version> <scope>runtime</scope> </dependency> </dependencies> </project>