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