is not current version
Last Version 5.3

com.graphhopper:graphhopper-web 0.4.1

Example on how to use GraphHopper in a web-based application

Categories

Categories

GraphHopper Business Logic Libraries Geospatial
GroupId

GroupId

com.graphhopper
ArtifactId

ArtifactId

graphhopper-web
Version

Version

0.4.1
Type

Type

jar

Download graphhopper-web 0.4.1


<!-- https://jarcasting.com/artifacts/com.graphhopper/graphhopper-web/ -->
<dependency>
    <groupId>com.graphhopper</groupId>
    <artifactId>graphhopper-web</artifactId>
    <version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.graphhopper/graphhopper-web/
implementation 'com.graphhopper:graphhopper-web:0.4.1'
// https://jarcasting.com/artifacts/com.graphhopper/graphhopper-web/
implementation ("com.graphhopper:graphhopper-web:0.4.1")
'com.graphhopper:graphhopper-web:jar:0.4.1'
<dependency org="com.graphhopper" name="graphhopper-web" rev="0.4.1">
  <artifact name="graphhopper-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.graphhopper', module='graphhopper-web', version='0.4.1')
)
libraryDependencies += "com.graphhopper" % "graphhopper-web" % "0.4.1"
[com.graphhopper/graphhopper-web "0.4.1"]