is not current version
Last Version 0.7.0

com.graphhopper:graphhopper 0.6.0-RC2

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.6.0-RC2
Type

Type

jar

Download graphhopper 0.6.0-RC2


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