is not current version
Last Version 0.7.0

com.graphhopper:graphhopper 0.4.0-RC1

GraphHopper is a fast and memory efficient Java road routing engine working seamlessly with OpenStreetMap data.

Categories

Categories

GraphHopper Business Logic Libraries Geospatial
GroupId

GroupId

com.graphhopper
ArtifactId

ArtifactId

graphhopper
Version

Version

0.4.0-RC1
Type

Type

jar

Download graphhopper 0.4.0-RC1


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