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