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