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