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