MVN

com.graphhopper : graphhopper-android

Maven & Gradle

Sep 14, 2018
4.2k stars

GraphHopper Android

<dependency>
    <groupId>com.graphhopper</groupId>
    <artifactId>graphhopper-android</artifactId>
    <version>0.11.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.graphhopper : graphhopper-android to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.11.0
  • Latest Release Candidate: 0.9.0-RC1
  • Latest Alpha: 0.10.alpha3

All Versions

Choose a version of com.graphhopper : graphhopper-android to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.11.x
graphhopper-android-0.11.0
0.10.x
graphhopper-android-0.10.3
graphhopper-android-0.10.alpha3
0.9.x
graphhopper-android-0.9.0
graphhopper-android-0.9.0-RC1
0.8.x
graphhopper-android-0.8.2
graphhopper-android-0.8.0
graphhopper-android-0.8.0-RC2
0.7.x
graphhopper-android-0.7.0
graphhopper-android-0.7.0-RC2
0.6.x
graphhopper-android-0.6.0
graphhopper-android-0.6.0-RC2
graphhopper-android-0.6.0-RC1
0.5.x
graphhopper-android-0.5.0
graphhopper-android-0.5.0-RC1
0.4.x
graphhopper-android-0.4.1
graphhopper-android-0.4.0
graphhopper-android-0.4.0-RC1
0.3
graphhopper-android-0.3
0.2
graphhopper-android-0.2
0.1.x
graphhopper-android-0.1.1
0.1
graphhopper-android-0.1

How to add a dependency to Maven

Add the following com.graphhopper : graphhopper-android maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.graphhopper</groupId>
    <artifactId>graphhopper-android</artifactId>
    <version>0.11.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.graphhopper : graphhopper-android gradle dependency to your build.gradle file:

implementation 'com.graphhopper:graphhopper-android:0.11.0'

Gradle Kotlin DSL: Add the following com.graphhopper : graphhopper-android gradle kotlin dependency to your build.gradle.kts file:

implementation("com.graphhopper:graphhopper-android:0.11.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.graphhopper : graphhopper-android sbt scala dependency to your build.sbt file:

libraryDependencies += "com.graphhopper" % "graphhopper-android" % "0.11.0"

Advertisement