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