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