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