Categories |
CategoriesData Geo Business Logic Libraries Geospatial |
---|---|
GroupId | GroupIdorg.locationtech.geowave |
ArtifactId | ArtifactIdgeowave-datastore-hbase |
Version | Version1.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.locationtech.geowave/geowave-datastore-hbase/ -->
<dependency>
<groupId>org.locationtech.geowave</groupId>
<artifactId>geowave-datastore-hbase</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.locationtech.geowave/geowave-datastore-hbase/
implementation 'org.locationtech.geowave:geowave-datastore-hbase:1.1.0'
// https://jarcasting.com/artifacts/org.locationtech.geowave/geowave-datastore-hbase/
implementation ("org.locationtech.geowave:geowave-datastore-hbase:1.1.0")
'org.locationtech.geowave:geowave-datastore-hbase:jar:1.1.0'
<dependency org="org.locationtech.geowave" name="geowave-datastore-hbase" rev="1.1.0">
<artifact name="geowave-datastore-hbase" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.locationtech.geowave', module='geowave-datastore-hbase', version='1.1.0')
)
libraryDependencies += "org.locationtech.geowave" % "geowave-datastore-hbase" % "1.1.0"
[org.locationtech.geowave/geowave-datastore-hbase "1.1.0"]