Files download
File Operation
map-matching-0.7.0.jar download
map-matching-0.7.0.pom download
map-matching-0.7.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.graphhopper</groupId>
  <artifactId>map-matching</artifactId>
  <version>0.7.0</version>
</dependency>
Gradle Groovy
implementation 'com.graphhopper:map-matching:0.7.0'
Gradle Kotlin
implementation("com.graphhopper:map-matching:0.7.0")
Scala SBT
libraryDependencies += "com.graphhopper" % "map-matching" % "0.7.0"
Groovy Grape
@Grapes(
  @Grab(group='com.graphhopper', module='map-matching', version='0.7.0')
)
Apache Ivy
<dependency org="com.graphhopper" name="map-matching" rev="0.7.0" />
Leiningen
[com.graphhopper/map-matching "0.7.0"]
Apache Buildr
'com.graphhopper:map-matching:jar:0.7.0'