s

spark-parent

Spark is a MapReduce-like cluster computing framework designed for low-latency iterative jobs and interactive use from an interpreter. It provides clean, language-integrated APIs in Scala, Java, and Python, with a rich array of parallel operators.
http://spark-project.org/
BSD License
Matei Zaharia
Files download
File Operation
spark-parent-0.7.2.pom download
Apache Maven
<dependency>
  <groupId>org.spark-project</groupId>
  <artifactId>spark-parent</artifactId>
  <version>0.7.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.spark-project:spark-parent:0.7.2'
Gradle Kotlin
implementation("org.spark-project:spark-parent:0.7.2")
Scala SBT
libraryDependencies += "org.spark-project" % "spark-parent" % "0.7.2"
Groovy Grape
@Grapes(
  @Grab(group='org.spark-project', module='spark-parent', version='0.7.2')
)
Apache Ivy
<dependency org="org.spark-project" name="spark-parent" rev="0.7.2" />
Leiningen
[org.spark-project/spark-parent "0.7.2"]
Apache Buildr
'org.spark-project:spark-parent:jar:0.7.2'