Categories |
CategoriesCassandra Data Databases Geo Business Logic Libraries Geospatial |
---|---|
GroupId | GroupIdorg.locationtech.geotrellis |
ArtifactId | ArtifactIdgeotrellis-cassandra_2.12 |
Version | Version2.3.1 |
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>2.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.locationtech.geotrellis/geotrellis-cassandra_2.12/
implementation 'org.locationtech.geotrellis:geotrellis-cassandra_2.12:2.3.1'
// https://jarcasting.com/artifacts/org.locationtech.geotrellis/geotrellis-cassandra_2.12/
implementation ("org.locationtech.geotrellis:geotrellis-cassandra_2.12:2.3.1")
'org.locationtech.geotrellis:geotrellis-cassandra_2.12:jar:2.3.1'
<dependency org="org.locationtech.geotrellis" name="geotrellis-cassandra_2.12" rev="2.3.1">
<artifact name="geotrellis-cassandra_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.locationtech.geotrellis', module='geotrellis-cassandra_2.12', version='2.3.1')
)
libraryDependencies += "org.locationtech.geotrellis" % "geotrellis-cassandra_2.12" % "2.3.1"
[org.locationtech.geotrellis/geotrellis-cassandra_2.12 "2.3.1"]