g

graphhopper-api

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