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