| Categories |
CategoriesGraphHopper Business Logic Libraries Geospatial |
|---|---|
| GroupId | GroupIdcom.graphhopper |
| ArtifactId | ArtifactIdmap-matching |
| Last Version | Last Version0.7.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionGraphHopper Map Matching
Super pom of the GraphHopper Map Matching component
|
| Filename | Size |
|---|---|
| map-matching-0.7.0.pom | |
| map-matching-0.7.0.jar | 36 KB |
| map-matching-0.7.0-sources.jar | 19 KB |
| map-matching-0.7.0-javadoc.jar | 55 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.graphhopper/map-matching/ -->
<dependency>
<groupId>com.graphhopper</groupId>
<artifactId>map-matching</artifactId>
<version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.graphhopper/map-matching/
implementation 'com.graphhopper:map-matching:0.7.0'
// https://jarcasting.com/artifacts/com.graphhopper/map-matching/
implementation ("com.graphhopper:map-matching:0.7.0")
'com.graphhopper:map-matching:jar:0.7.0'
<dependency org="com.graphhopper" name="map-matching" rev="0.7.0">
<artifact name="map-matching" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.graphhopper', module='map-matching', version='0.7.0')
)
libraryDependencies += "com.graphhopper" % "map-matching" % "0.7.0"
[com.graphhopper/map-matching "0.7.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.graphhopper : graphhopper | jar | 0.7.0 |
| org.slf4j : slf4j-api | jar | 1.7.7 |
| org.slf4j : slf4j-log4j12 | jar | 1.7.7 |
| log4j : log4j | jar | 1.2.17 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |