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