is not current version
Last Version 5.3

com.graphhopper:graphhopper-core 0.8.2

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-core
Version

Version

0.8.2
Type

Type

jar

Download graphhopper-core 0.8.2


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