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