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