Categories |
CategoriesOpenStreetMap Business Logic Libraries Geospatial |
---|---|
GroupId | GroupIdorg.openstreetmap.atlas |
ArtifactId | ArtifactIdatlas |
Version | Version5.1.0 |
Type | Typejar |
Filename | Size |
---|---|
atlas-5.1.0.pom | |
atlas-5.1.0.jar | 16 MB |
atlas-5.1.0-sources.jar | 15 MB |
atlas-5.1.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.openstreetmap.atlas/atlas/
implementation 'org.openstreetmap.atlas:atlas:5.1.0'
// https://jarcasting.com/artifacts/org.openstreetmap.atlas/atlas/
implementation ("org.openstreetmap.atlas:atlas:5.1.0")
'org.openstreetmap.atlas:atlas:jar:5.1.0'
<dependency org="org.openstreetmap.atlas" name="atlas" rev="5.1.0">
<artifact name="atlas" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openstreetmap.atlas', module='atlas', version='5.1.0')
)
libraryDependencies += "org.openstreetmap.atlas" % "atlas" % "5.1.0"
[org.openstreetmap.atlas/atlas "5.1.0"]