g

graphhopper-api

Use the GraphHopper routing engine as a web-service
Files download
File Operation
graphhopper-api-0.13.0-pre16.jar download
graphhopper-api-0.13.0-pre16.pom download
graphhopper-api-0.13.0-pre16-sources.jar download
Apache Maven
<dependency>
  <groupId>com.graphhopper</groupId>
  <artifactId>graphhopper-api</artifactId>
  <version>0.13.0-pre16</version>
</dependency>
Gradle Groovy
implementation 'com.graphhopper:graphhopper-api:0.13.0-pre16'
Gradle Kotlin
implementation("com.graphhopper:graphhopper-api:0.13.0-pre16")
Scala SBT
libraryDependencies += "com.graphhopper" % "graphhopper-api" % "0.13.0-pre16"
Groovy Grape
@Grapes(
  @Grab(group='com.graphhopper', module='graphhopper-api', version='0.13.0-pre16')
)
Apache Ivy
<dependency org="com.graphhopper" name="graphhopper-api" rev="0.13.0-pre16" />
Leiningen
[com.graphhopper/graphhopper-api "0.13.0-pre16"]
Apache Buildr
'com.graphhopper:graphhopper-api:jar:0.13.0-pre16'