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