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