MVN

com.afrigis.services : reversegeocode

Maven & Gradle

Jul 19, 2017
1 stars

AfriGIS Services Reverse Geocode · The AfriGIS Reverse Geocoding API takes a coordinate (latitude, longitude) and finds the closest address, street or crossing street nearest to the point. It can also determine to what suburb or town the point belongs to.

<dependency>
    <groupId>com.afrigis.services</groupId>
    <artifactId>reversegeocode</artifactId>
    <version>3.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.afrigis.services : reversegeocode to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.2

All Versions

Choose a version of com.afrigis.services : reversegeocode to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
reversegeocode-3.0.2
reversegeocode-3.0.1
reversegeocode-3.0.0
2.0.x
reversegeocode-2.0.2

How to add a dependency to Maven

Add the following com.afrigis.services : reversegeocode maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.afrigis.services</groupId>
    <artifactId>reversegeocode</artifactId>
    <version>3.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.afrigis.services : reversegeocode gradle dependency to your build.gradle file:

implementation 'com.afrigis.services:reversegeocode:3.0.2'

Gradle Kotlin DSL: Add the following com.afrigis.services : reversegeocode gradle kotlin dependency to your build.gradle.kts file:

implementation("com.afrigis.services:reversegeocode:3.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.afrigis.services : reversegeocode sbt scala dependency to your build.sbt file:

libraryDependencies += "com.afrigis.services" % "reversegeocode" % "3.0.2"

Advertisement