g

graphhopper-api

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