MVN

com.graphhopper : map-matching

Maven & Gradle

Jun 15, 2016
1 usages

GraphHopper Map Matching

<dependency>
    <groupId>com.graphhopper</groupId>
    <artifactId>map-matching</artifactId>
    <version>0.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.7.0
  • Latest Release Candidate: 0.7.0-RC3

All Versions

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

Version Vulnerabilities Updated
0.7.x
map-matching-0.7.0
map-matching-0.7.0-RC3
map-matching-0.7.0-RC2
0.6.x
map-matching-0.6.0
map-matching-0.6.0-RC1
0.5.x
map-matching-0.5.0.0
0.4.x
map-matching-0.4.1
map-matching-0.4.0
map-matching-0.4.0-RC1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.graphhopper</groupId>
    <artifactId>map-matching</artifactId>
    <version>0.7.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.graphhopper:map-matching:0.7.0'

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

implementation("com.graphhopper:map-matching:0.7.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.graphhopper" % "map-matching" % "0.7.0"

Advertisement