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