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