MVN

com.graphhopper : graphhopper-example

Maven & Gradle

Mar 13, 2023
4.2k stars

GraphHopper Example

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

Latest Version

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

  • Latest Stable: 7.0

All Versions

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

Version Vulnerabilities Updated
7.0
graphhopper-example-7.0
graphhopper-example-7.0-pre2
graphhopper-example-7.0-testgithub6
graphhopper-example-7.0-testgithub4
graphhopper-example-7.0-testgithub3
graphhopper-example-7.0-pre1
6.2
graphhopper-example-6.2
6.1
graphhopper-example-6.1
6.0
graphhopper-example-6.0
5.3
graphhopper-example-5.3
5.0
graphhopper-example-5.0
graphhopper-example-5.0-pre3
graphhopper-example-5.0-pre2
graphhopper-example-5.0-pre1
4.0
graphhopper-example-4.0
graphhopper-example-4.0-pre2
graphhopper-example-4.0-pre1
3.2
graphhopper-example-3.2
3.0
graphhopper-example-3.0
graphhopper-example-3.0-pre5
graphhopper-example-3.0-pre4
graphhopper-example-3.0-pre3
graphhopper-example-3.0-pre2
graphhopper-example-3.0-pre1
client_hc_no_vehicle
graphhopper-example-client_hc_no_vehicle

How to add a dependency to Maven

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

<dependency>
    <groupId>com.graphhopper</groupId>
    <artifactId>graphhopper-example</artifactId>
    <version>7.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.graphhopper:graphhopper-example:7.0'

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

implementation("com.graphhopper:graphhopper-example:7.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.graphhopper" % "graphhopper-example" % "7.0"

Advertisement