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