| Categories |
CategoriesOpenStreetMap Business Logic Libraries Geospatial |
|---|---|
| GroupId | GroupIdorg.openstreetmap.atlas |
| ArtifactId | ArtifactIdatlas-checks |
| Version | Version6.1.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| atlas-checks-6.1.1.pom | |
| atlas-checks-6.1.1.jar | 516 KB |
| atlas-checks-6.1.1-sources.jar | 324 KB |
| atlas-checks-6.1.1-shaded.jar | 64 MB |
| atlas-checks-6.1.1-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.openstreetmap.atlas/atlas-checks/ -->
<dependency>
<groupId>org.openstreetmap.atlas</groupId>
<artifactId>atlas-checks</artifactId>
<version>6.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.openstreetmap.atlas/atlas-checks/
implementation 'org.openstreetmap.atlas:atlas-checks:6.1.1'
// https://jarcasting.com/artifacts/org.openstreetmap.atlas/atlas-checks/
implementation ("org.openstreetmap.atlas:atlas-checks:6.1.1")
'org.openstreetmap.atlas:atlas-checks:jar:6.1.1'
<dependency org="org.openstreetmap.atlas" name="atlas-checks" rev="6.1.1">
<artifact name="atlas-checks" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openstreetmap.atlas', module='atlas-checks', version='6.1.1')
)
libraryDependencies += "org.openstreetmap.atlas" % "atlas-checks" % "6.1.1"
[org.openstreetmap.atlas/atlas-checks "6.1.1"]