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