g

graphhopper-core

GraphHopper is a fast and memory efficient Java road routing engine working seamlessly with OpenStreetMap data.
The Apache Software License, Version 2.0
Files download
File Operation
graphhopper-core-0.11.0.jar download
graphhopper-core-0.11.0.pom download
graphhopper-core-0.11.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.graphhopper</groupId>
  <artifactId>graphhopper-core</artifactId>
  <version>0.11.0</version>
</dependency>
Gradle Groovy
implementation 'com.graphhopper:graphhopper-core:0.11.0'
Gradle Kotlin
implementation("com.graphhopper:graphhopper-core:0.11.0")
Scala SBT
libraryDependencies += "com.graphhopper" % "graphhopper-core" % "0.11.0"
Groovy Grape
@Grapes(
  @Grab(group='com.graphhopper', module='graphhopper-core', version='0.11.0')
)
Apache Ivy
<dependency org="com.graphhopper" name="graphhopper-core" rev="0.11.0" />
Leiningen
[com.graphhopper/graphhopper-core "0.11.0"]
Apache Buildr
'com.graphhopper:graphhopper-core:jar:0.11.0'