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