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