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