| Категории |
КатегорииGraphHopper Прикладные библиотеки Geospatial |
|---|---|
| Группа | Группаcom.graphhopper |
| Идентификатор | Идентификаторgraphhopper-example |
| Версия | Версия3.0-pre1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| graphhopper-example-3.0-pre1.pom | |
| graphhopper-example-3.0-pre1.jar | 16 KB |
| graphhopper-example-3.0-pre1-sources.jar | 9 KB |
| graphhopper-example-3.0-pre1-javadoc.jar | 39 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.graphhopper/graphhopper-example/ -->
<dependency>
<groupId>com.graphhopper</groupId>
<artifactId>graphhopper-example</artifactId>
<version>3.0-pre1</version>
</dependency>
// https://jarcasting.com/artifacts/com.graphhopper/graphhopper-example/
implementation 'com.graphhopper:graphhopper-example:3.0-pre1'
// https://jarcasting.com/artifacts/com.graphhopper/graphhopper-example/
implementation ("com.graphhopper:graphhopper-example:3.0-pre1")
'com.graphhopper:graphhopper-example:jar:3.0-pre1'
<dependency org="com.graphhopper" name="graphhopper-example" rev="3.0-pre1">
<artifact name="graphhopper-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.graphhopper', module='graphhopper-example', version='3.0-pre1')
)
libraryDependencies += "com.graphhopper" % "graphhopper-example" % "3.0-pre1"
[com.graphhopper/graphhopper-example "3.0-pre1"]