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