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