Categories |
CategoriesGraphHopper Business Logic Libraries Geospatial |
---|---|
GroupId | GroupIdcom.graphhopper |
ArtifactId | ArtifactIdgraphhopper-map-matching-core |
Version | Version0.13.0-pre5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.graphhopper/graphhopper-map-matching-core/ -->
<dependency>
<groupId>com.graphhopper</groupId>
<artifactId>graphhopper-map-matching-core</artifactId>
<version>0.13.0-pre5</version>
</dependency>
// https://jarcasting.com/artifacts/com.graphhopper/graphhopper-map-matching-core/
implementation 'com.graphhopper:graphhopper-map-matching-core:0.13.0-pre5'
// https://jarcasting.com/artifacts/com.graphhopper/graphhopper-map-matching-core/
implementation ("com.graphhopper:graphhopper-map-matching-core:0.13.0-pre5")
'com.graphhopper:graphhopper-map-matching-core:jar:0.13.0-pre5'
<dependency org="com.graphhopper" name="graphhopper-map-matching-core" rev="0.13.0-pre5">
<artifact name="graphhopper-map-matching-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.graphhopper', module='graphhopper-map-matching-core', version='0.13.0-pre5')
)
libraryDependencies += "com.graphhopper" % "graphhopper-map-matching-core" % "0.13.0-pre5"
[com.graphhopper/graphhopper-map-matching-core "0.13.0-pre5"]