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