Categories |
CategoriesOpenStreetMap Business Logic Libraries Geospatial |
---|---|
GroupId | GroupIdorg.openstreetmap.atlas |
ArtifactId | ArtifactIdatlas |
Version | Version5.1.8 |
Type | Typejar |
Filename | Size |
---|---|
atlas-5.1.8.pom | |
atlas-5.1.8.jar | 16 MB |
atlas-5.1.8-sources.jar | 15 MB |
atlas-5.1.8-javadoc.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openstreetmap.atlas/atlas/ -->
<dependency>
<groupId>org.openstreetmap.atlas</groupId>
<artifactId>atlas</artifactId>
<version>5.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.openstreetmap.atlas/atlas/
implementation 'org.openstreetmap.atlas:atlas:5.1.8'
// https://jarcasting.com/artifacts/org.openstreetmap.atlas/atlas/
implementation ("org.openstreetmap.atlas:atlas:5.1.8")
'org.openstreetmap.atlas:atlas:jar:5.1.8'
<dependency org="org.openstreetmap.atlas" name="atlas" rev="5.1.8">
<artifact name="atlas" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openstreetmap.atlas', module='atlas', version='5.1.8')
)
libraryDependencies += "org.openstreetmap.atlas" % "atlas" % "5.1.8"
[org.openstreetmap.atlas/atlas "5.1.8"]