MVN

dev.jordond.compass : geocoder-web-opencage-android

Maven & Gradle

Jun 05, 2024
162 stars

compass · A multiplatform location library.

<dependency>
    <groupId>dev.jordond.compass</groupId>
    <artifactId>geocoder-web-opencage-android</artifactId>
    <version>1.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.jordond.compass : geocoder-web-opencage-android to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.0

All Versions

Choose a version of dev.jordond.compass : geocoder-web-opencage-android to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
geocoder-web-opencage-android-1.2.0

How to add a dependency to Maven

Add the following dev.jordond.compass : geocoder-web-opencage-android maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.jordond.compass</groupId>
    <artifactId>geocoder-web-opencage-android</artifactId>
    <version>1.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.jordond.compass : geocoder-web-opencage-android gradle dependency to your build.gradle file:

implementation 'dev.jordond.compass:geocoder-web-opencage-android:1.2.0'

Gradle Kotlin DSL: Add the following dev.jordond.compass : geocoder-web-opencage-android gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.jordond.compass:geocoder-web-opencage-android:1.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.jordond.compass : geocoder-web-opencage-android sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.jordond.compass" % "geocoder-web-opencage-android" % "1.2.0"