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