Categories |
CategoriesGraphHopper Business Logic Libraries Geospatial |
---|---|
GroupId | GroupIdcom.graphhopper |
ArtifactId | ArtifactIdgraphhopper-api |
Version | Version0.13.0-pre18 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.graphhopper/graphhopper-api/ -->
<dependency>
<groupId>com.graphhopper</groupId>
<artifactId>graphhopper-api</artifactId>
<version>0.13.0-pre18</version>
</dependency>
// https://jarcasting.com/artifacts/com.graphhopper/graphhopper-api/
implementation 'com.graphhopper:graphhopper-api:0.13.0-pre18'
// https://jarcasting.com/artifacts/com.graphhopper/graphhopper-api/
implementation ("com.graphhopper:graphhopper-api:0.13.0-pre18")
'com.graphhopper:graphhopper-api:jar:0.13.0-pre18'
<dependency org="com.graphhopper" name="graphhopper-api" rev="0.13.0-pre18">
<artifact name="graphhopper-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.graphhopper', module='graphhopper-api', version='0.13.0-pre18')
)
libraryDependencies += "com.graphhopper" % "graphhopper-api" % "0.13.0-pre18"
[com.graphhopper/graphhopper-api "0.13.0-pre18"]