g

graphhopper-api

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