g

graphhopper-web-api

JSON Representation of the API classes
Files download
File Operation
graphhopper-web-api-9.1.jar download
graphhopper-web-api-9.1.pom download
graphhopper-web-api-9.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.graphhopper</groupId>
  <artifactId>graphhopper-web-api</artifactId>
  <version>9.1</version>
</dependency>
Gradle Groovy
implementation 'com.graphhopper:graphhopper-web-api:9.1'
Gradle Kotlin
implementation("com.graphhopper:graphhopper-web-api:9.1")
Scala SBT
libraryDependencies += "com.graphhopper" % "graphhopper-web-api" % "9.1"
Groovy Grape
@Grapes(
  @Grab(group='com.graphhopper', module='graphhopper-web-api', version='9.1')
)
Apache Ivy
<dependency org="com.graphhopper" name="graphhopper-web-api" rev="9.1" />
Leiningen
[com.graphhopper/graphhopper-web-api "9.1"]
Apache Buildr
'com.graphhopper:graphhopper-web-api:jar:9.1'