| Categories |
CategoriesGraphHopper Business Logic Libraries Geospatial |
|---|---|
| GroupId | GroupIdcom.graphhopper |
| ArtifactId | ArtifactIdgraphhopper-web-api |
| Version | Version0.11.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| graphhopper-web-api-0.11.0.pom | |
| graphhopper-web-api-0.11.0.jar | 17 KB |
| graphhopper-web-api-0.11.0-sources.jar | 11 KB |
| graphhopper-web-api-0.11.0-javadoc.jar | 73 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.graphhopper/graphhopper-web-api/ -->
<dependency>
<groupId>com.graphhopper</groupId>
<artifactId>graphhopper-web-api</artifactId>
<version>0.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.graphhopper/graphhopper-web-api/
implementation 'com.graphhopper:graphhopper-web-api:0.11.0'
// https://jarcasting.com/artifacts/com.graphhopper/graphhopper-web-api/
implementation ("com.graphhopper:graphhopper-web-api:0.11.0")
'com.graphhopper:graphhopper-web-api:jar:0.11.0'
<dependency org="com.graphhopper" name="graphhopper-web-api" rev="0.11.0">
<artifact name="graphhopper-web-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.graphhopper', module='graphhopper-web-api', version='0.11.0')
)
libraryDependencies += "com.graphhopper" % "graphhopper-web-api" % "0.11.0"
[com.graphhopper/graphhopper-web-api "0.11.0"]