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