MVN

com.graphhopper : graphhopper-map-matching-web-bundle

Maven & Gradle

Sep 30, 2020
713 stars

GraphHopper Map Matching Dropwizard Bundle · Export GraphHopper Map Matching in a web-based application

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

Latest Version

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

  • Latest Stable: 2.0

All Versions

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

Version Vulnerabilities Updated
2.0
graphhopper-map-matching-web-bundle-2.0
graphhopper-map-matching-web-bundle-2.0-pre3
1.0
graphhopper-map-matching-web-bundle-1.0
graphhopper-map-matching-web-bundle-1.0-pre43
graphhopper-map-matching-web-bundle-1.0-pre42
graphhopper-map-matching-web-bundle-1.0-prelmfix
graphhopper-map-matching-web-bundle-1.0-pre41
graphhopper-map-matching-web-bundle-1.0-pre38
graphhopper-map-matching-web-bundle-1.0-pre37
graphhopper-map-matching-web-bundle-1.0-pre35
graphhopper-map-matching-web-bundle-1.0-pre33.4
graphhopper-map-matching-web-bundle-1.0-pre33.3
graphhopper-map-matching-web-bundle-1.0-pre32.2
graphhopper-map-matching-web-bundle-1.0-pre32.1
graphhopper-map-matching-web-bundle-1.0-pre33
graphhopper-map-matching-web-bundle-1.0-pre32
graphhopper-map-matching-web-bundle-1.0-pre30.3
graphhopper-map-matching-web-bundle-1.0-pre30.2
graphhopper-map-matching-web-bundle-1.0-pre31
graphhopper-map-matching-web-bundle-1.0-pre30
graphhopper-map-matching-web-bundle-1.0-pre29
graphhopper-map-matching-web-bundle-1.0-pre28
graphhopper-map-matching-web-bundle-1.0-pre27
graphhopper-map-matching-web-bundle-1.0-pre26
graphhopper-map-matching-web-bundle-1.0-pre25
graphhopper-map-matching-web-bundle-1.0-pre24
graphhopper-map-matching-web-bundle-1.0-pre23
graphhopper-map-matching-web-bundle-1.0-pre22
graphhopper-map-matching-web-bundle-1.0-pre21
graphhopper-map-matching-web-bundle-1.0-pre20
graphhopper-map-matching-web-bundle-1.0-pre18
graphhopper-map-matching-web-bundle-1.0-pre17
graphhopper-map-matching-web-bundle-1.0-pre16
graphhopper-map-matching-web-bundle-1.0-pre14
graphhopper-map-matching-web-bundle-1.0-pre12
graphhopper-map-matching-web-bundle-1.0-pre11
graphhopper-map-matching-web-bundle-1.0-pre10
graphhopper-map-matching-web-bundle-1.0-pre9
graphhopper-map-matching-web-bundle-1.0-pre7.1
graphhopper-map-matching-web-bundle-1.0-pre7
graphhopper-map-matching-web-bundle-1.0-pre5
graphhopper-map-matching-web-bundle-1.0-pre3
graphhopper-map-matching-web-bundle-1.0-pre2
graphhopper-map-matching-web-bundle-1.0-pre1
0.13.x
graphhopper-map-matching-web-bundle-0.13.0
graphhopper-map-matching-web-bundle-0.13.0-pre19
graphhopper-map-matching-web-bundle-0.13.0-pre18
graphhopper-map-matching-web-bundle-0.13.0-pre17
graphhopper-map-matching-web-bundle-0.13.0-pre16
graphhopper-map-matching-web-bundle-0.13.0-pre14
graphhopper-map-matching-web-bundle-0.13.0-pre13
graphhopper-map-matching-web-bundle-0.13.0-pre12
graphhopper-map-matching-web-bundle-0.13.0-pre9
graphhopper-map-matching-web-bundle-0.13.0-pre8
graphhopper-map-matching-web-bundle-0.13.0-pre7
graphhopper-map-matching-web-bundle-0.13.0-pre6
graphhopper-map-matching-web-bundle-0.13.0-pre5
graphhopper-map-matching-web-bundle-0.13.0-pre4
graphhopper-map-matching-web-bundle-0.13.0-pre3
graphhopper-map-matching-web-bundle-0.13.0-pre2
0.12.x
graphhopper-map-matching-web-bundle-0.12.0-3
0.11.x
graphhopper-map-matching-web-bundle-0.11.0-4
graphhopper-map-matching-web-bundle-0.11.0-2
feature_1850_02
graphhopper-map-matching-web-bundle-feature_1850_02
feature_1850_01
graphhopper-map-matching-web-bundle-feature_1850_01

How to add a dependency to Maven

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

<dependency>
    <groupId>com.graphhopper</groupId>
    <artifactId>graphhopper-map-matching-web-bundle</artifactId>
    <version>2.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.graphhopper:graphhopper-map-matching-web-bundle:2.0'

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

implementation("com.graphhopper:graphhopper-map-matching-web-bundle:2.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.graphhopper" % "graphhopper-map-matching-web-bundle" % "2.0"

Advertisement