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