is not current version
Last Version 0.7.0

com.graphhopper:graphhopper 0.1

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.1
Type

Type

jar

Download graphhopper 0.1


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