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