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