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