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