Categories |
CategoriesOpenStreetMap Business Logic Libraries Geospatial |
---|---|
GroupId | GroupIdorg.openstreetmap.atlas |
ArtifactId | ArtifactIdatlas-checks |
Version | Version6.1.7 |
Type | Typejar |
Filename | Size |
---|---|
atlas-checks-6.1.7.pom | |
atlas-checks-6.1.7.jar | 563 KB |
atlas-checks-6.1.7-sources.jar | 351 KB |
atlas-checks-6.1.7-shaded.jar | 67 MB |
atlas-checks-6.1.7-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.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.openstreetmap.atlas/atlas-checks/
implementation 'org.openstreetmap.atlas:atlas-checks:6.1.7'
// https://jarcasting.com/artifacts/org.openstreetmap.atlas/atlas-checks/
implementation ("org.openstreetmap.atlas:atlas-checks:6.1.7")
'org.openstreetmap.atlas:atlas-checks:jar:6.1.7'
<dependency org="org.openstreetmap.atlas" name="atlas-checks" rev="6.1.7">
<artifact name="atlas-checks" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openstreetmap.atlas', module='atlas-checks', version='6.1.7')
)
libraryDependencies += "org.openstreetmap.atlas" % "atlas-checks" % "6.1.7"
[org.openstreetmap.atlas/atlas-checks "6.1.7"]