| Categories | CategoriesGraphHopper Business Logic Libraries Geospatial | 
|---|---|
| GroupId | GroupIdcom.graphhopper | 
| ArtifactId | ArtifactIdgraphhopper-map-matching-parent | 
| Version | Version1.0-prelmfix | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| graphhopper-map-matching-parent-1.0-prelmfix.pom | 9 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.graphhopper/graphhopper-map-matching-parent/ -->
<dependency>
    <groupId>com.graphhopper</groupId>
    <artifactId>graphhopper-map-matching-parent</artifactId>
    <version>1.0-prelmfix</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.graphhopper/graphhopper-map-matching-parent/
implementation 'com.graphhopper:graphhopper-map-matching-parent:1.0-prelmfix'// https://jarcasting.com/artifacts/com.graphhopper/graphhopper-map-matching-parent/
implementation ("com.graphhopper:graphhopper-map-matching-parent:1.0-prelmfix")'com.graphhopper:graphhopper-map-matching-parent:pom:1.0-prelmfix'<dependency org="com.graphhopper" name="graphhopper-map-matching-parent" rev="1.0-prelmfix">
  <artifact name="graphhopper-map-matching-parent" type="pom" />
</dependency>@Grapes(
@Grab(group='com.graphhopper', module='graphhopper-map-matching-parent', version='1.0-prelmfix')
)libraryDependencies += "com.graphhopper" % "graphhopper-map-matching-parent" % "1.0-prelmfix"[com.graphhopper/graphhopper-map-matching-parent "1.0-prelmfix"]