Categories |
CategoriesGraphHopper Business Logic Libraries Geospatial |
---|---|
GroupId | GroupIdcom.graphhopper |
ArtifactId | ArtifactIdgraphhopper-map-matching-core |
Version | Version0.8.0 |
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.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.graphhopper/graphhopper-map-matching-core/
implementation 'com.graphhopper:graphhopper-map-matching-core:0.8.0'
// https://jarcasting.com/artifacts/com.graphhopper/graphhopper-map-matching-core/
implementation ("com.graphhopper:graphhopper-map-matching-core:0.8.0")
'com.graphhopper:graphhopper-map-matching-core:jar:0.8.0'
<dependency org="com.graphhopper" name="graphhopper-map-matching-core" rev="0.8.0">
<artifact name="graphhopper-map-matching-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.graphhopper', module='graphhopper-map-matching-core', version='0.8.0')
)
libraryDependencies += "com.graphhopper" % "graphhopper-map-matching-core" % "0.8.0"
[com.graphhopper/graphhopper-map-matching-core "0.8.0"]