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