| Категории |
КатегорииCLI Взаимодействие с пользователем GraphHopper Прикладные библиотеки Geospatial |
|---|---|
| Группа | Группаcom.graphhopper |
| Идентификатор | Идентификаторdirections-api-client-hc |
| Версия | Версия0.10.3 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.graphhopper/directions-api-client-hc/ -->
<dependency>
<groupId>com.graphhopper</groupId>
<artifactId>directions-api-client-hc</artifactId>
<version>0.10.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.graphhopper/directions-api-client-hc/
implementation 'com.graphhopper:directions-api-client-hc:0.10.3'
// https://jarcasting.com/artifacts/com.graphhopper/directions-api-client-hc/
implementation ("com.graphhopper:directions-api-client-hc:0.10.3")
'com.graphhopper:directions-api-client-hc:jar:0.10.3'
<dependency org="com.graphhopper" name="directions-api-client-hc" rev="0.10.3">
<artifact name="directions-api-client-hc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.graphhopper', module='directions-api-client-hc', version='0.10.3')
)
libraryDependencies += "com.graphhopper" % "directions-api-client-hc" % "0.10.3"
[com.graphhopper/directions-api-client-hc "0.10.3"]