| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииOpenStreetMap Прикладные библиотеки Geospatial |
| Группа | Группаorg.openstreetmap.atlas |
| Идентификатор | Идентификаторatlas |
| Версия | Версия6.5.0 |
| Тип | Типjar |
| Описание |
Описание"OSM Atlas Library"
"Library to load OSM data into an Atlas format"
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| atlas-6.5.0.pom | |
| atlas-6.5.0.jar | 17 MB |
| atlas-6.5.0-sources.jar | 17 MB |
| atlas-6.5.0-javadoc.jar | 5 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.openstreetmap.atlas/atlas/ -->
<dependency>
<groupId>org.openstreetmap.atlas</groupId>
<artifactId>atlas</artifactId>
<version>6.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.openstreetmap.atlas/atlas/
implementation 'org.openstreetmap.atlas:atlas:6.5.0'
// https://jarcasting.com/artifacts/org.openstreetmap.atlas/atlas/
implementation ("org.openstreetmap.atlas:atlas:6.5.0")
'org.openstreetmap.atlas:atlas:jar:6.5.0'
<dependency org="org.openstreetmap.atlas" name="atlas" rev="6.5.0">
<artifact name="atlas" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openstreetmap.atlas', module='atlas', version='6.5.0')
)
libraryDependencies += "org.openstreetmap.atlas" % "atlas" % "6.5.0"
[org.openstreetmap.atlas/atlas "6.5.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-log4j12 | jar | 1.7.12 |
| log4j : log4j | jar | 1.2.17 |
| com.puppycrawl.tools : checkstyle | jar | 8.18 |
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |