s

sedona-parent

Apache Sedona is a cluster computing system for processing large-scale spatial data. Apache Sedona is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
http://sedona.apache.org/
Apache License 2.0
Apache Sedona
Files download
File Operation
sedona-parent-1.1.0-incubating.pom download
Apache Maven
<dependency>
  <groupId>org.apache.sedona</groupId>
  <artifactId>sedona-parent</artifactId>
  <version>1.1.0-incubating</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.sedona:sedona-parent:1.1.0-incubating'
Gradle Kotlin
implementation("org.apache.sedona:sedona-parent:1.1.0-incubating")
Scala SBT
libraryDependencies += "org.apache.sedona" % "sedona-parent" % "1.1.0-incubating"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.sedona', module='sedona-parent', version='1.1.0-incubating')
)
Apache Ivy
<dependency org="org.apache.sedona" name="sedona-parent" rev="1.1.0-incubating" />
Leiningen
[org.apache.sedona/sedona-parent "1.1.0-incubating"]
Apache Buildr
'org.apache.sedona:sedona-parent:jar:1.1.0-incubating'