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