Categories |
CategoriesGeo Business Logic Libraries Geospatial |
---|---|
GroupId | GroupIdorg.locationtech.geomesa |
ArtifactId | ArtifactIdgeomesa_pyspark |
Version | Version2.3.2 |
Type | Typepom |
Filename | Size |
---|---|
geomesa_pyspark-2.3.2.pom | |
geomesa_pyspark-2.3.2.tar.gz | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.locationtech.geomesa/geomesa_pyspark/ -->
<dependency>
<groupId>org.locationtech.geomesa</groupId>
<artifactId>geomesa_pyspark</artifactId>
<version>2.3.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.locationtech.geomesa/geomesa_pyspark/
implementation 'org.locationtech.geomesa:geomesa_pyspark:2.3.2'
// https://jarcasting.com/artifacts/org.locationtech.geomesa/geomesa_pyspark/
implementation ("org.locationtech.geomesa:geomesa_pyspark:2.3.2")
'org.locationtech.geomesa:geomesa_pyspark:pom:2.3.2'
<dependency org="org.locationtech.geomesa" name="geomesa_pyspark" rev="2.3.2">
<artifact name="geomesa_pyspark" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.locationtech.geomesa', module='geomesa_pyspark', version='2.3.2')
)
libraryDependencies += "org.locationtech.geomesa" % "geomesa_pyspark" % "2.3.2"
[org.locationtech.geomesa/geomesa_pyspark "2.3.2"]