Categories |
CategoriesGeo Business Logic Libraries Geospatial |
---|---|
GroupId | GroupIdorg.locationtech.geotrellis |
ArtifactId | ArtifactIdgeotrellis-store_2.11 |
Version | Version3.4.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.locationtech.geotrellis/geotrellis-store_2.11/ -->
<dependency>
<groupId>org.locationtech.geotrellis</groupId>
<artifactId>geotrellis-store_2.11</artifactId>
<version>3.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.locationtech.geotrellis/geotrellis-store_2.11/
implementation 'org.locationtech.geotrellis:geotrellis-store_2.11:3.4.0'
// https://jarcasting.com/artifacts/org.locationtech.geotrellis/geotrellis-store_2.11/
implementation ("org.locationtech.geotrellis:geotrellis-store_2.11:3.4.0")
'org.locationtech.geotrellis:geotrellis-store_2.11:jar:3.4.0'
<dependency org="org.locationtech.geotrellis" name="geotrellis-store_2.11" rev="3.4.0">
<artifact name="geotrellis-store_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.locationtech.geotrellis', module='geotrellis-store_2.11', version='3.4.0')
)
libraryDependencies += "org.locationtech.geotrellis" % "geotrellis-store_2.11" % "3.4.0"
[org.locationtech.geotrellis/geotrellis-store_2.11 "3.4.0"]