MVN

de.westnordost : countryboundaries

Maven & Gradle

May 07, 2023
17 stars

countryboundaries · Java library to enable fast offline reverse country geocoding: Find out the country / state in which a geo position is located.

<dependency>
    <groupId>de.westnordost</groupId>
    <artifactId>countryboundaries</artifactId>
    <version>2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.westnordost : countryboundaries to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1

All Versions

Choose a version of de.westnordost : countryboundaries to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1
countryboundaries-2.1
2.0
countryboundaries-2.0
1.6
countryboundaries-1.6
1.5
countryboundaries-1.5
1.4
countryboundaries-1.4
1.3
countryboundaries-1.3
1.2
countryboundaries-1.2
1.1
countryboundaries-1.1
1.0
countryboundaries-1.0

How to add a dependency to Maven

Add the following de.westnordost : countryboundaries maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.westnordost</groupId>
    <artifactId>countryboundaries</artifactId>
    <version>2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.westnordost : countryboundaries gradle dependency to your build.gradle file:

implementation 'de.westnordost:countryboundaries:2.1'

Gradle Kotlin DSL: Add the following de.westnordost : countryboundaries gradle kotlin dependency to your build.gradle.kts file:

implementation("de.westnordost:countryboundaries:2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.westnordost : countryboundaries sbt scala dependency to your build.sbt file:

libraryDependencies += "de.westnordost" % "countryboundaries" % "2.1"

Advertisement

Dependencies from Group

Apr 20, 2021
7 usages
94 stars
Aug 21, 2023
3 usages
94 stars
Aug 21, 2023
2 usages
94 stars
Apr 20, 2021
1 usages
94 stars
Apr 20, 2021
1 usages
94 stars

Discover Dependencies