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