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