is not current version
Last Version 7.0.5

org.openstreetmap.atlas:atlas 6.3.6

"Library to load OSM data into an Atlas format"

Categories

Categories

OpenStreetMap Business Logic Libraries Geospatial
GroupId

GroupId

org.openstreetmap.atlas
ArtifactId

ArtifactId

atlas
Version

Version

6.3.6
Type

Type

jar

Download atlas 6.3.6


<!-- https://jarcasting.com/artifacts/org.openstreetmap.atlas/atlas/ -->
<dependency>
    <groupId>org.openstreetmap.atlas</groupId>
    <artifactId>atlas</artifactId>
    <version>6.3.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.openstreetmap.atlas/atlas/
implementation 'org.openstreetmap.atlas:atlas:6.3.6'
// https://jarcasting.com/artifacts/org.openstreetmap.atlas/atlas/
implementation ("org.openstreetmap.atlas:atlas:6.3.6")
'org.openstreetmap.atlas:atlas:jar:6.3.6'
<dependency org="org.openstreetmap.atlas" name="atlas" rev="6.3.6">
  <artifact name="atlas" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openstreetmap.atlas', module='atlas', version='6.3.6')
)
libraryDependencies += "org.openstreetmap.atlas" % "atlas" % "6.3.6"
[org.openstreetmap.atlas/atlas "6.3.6"]