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