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