is not current version
Last Version 0.7.2

org.spark-project:spark-parent 0.7.1

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.

GroupId

GroupId

org.spark-project
ArtifactId

ArtifactId

spark-parent
Version

Version

0.7.1
Type

Type

pom

Download spark-parent 0.7.1

Filename Size
spark-parent-0.7.1.pom 18 KB
Browse

<!-- https://jarcasting.com/artifacts/org.spark-project/spark-parent/ -->
<dependency>
    <groupId>org.spark-project</groupId>
    <artifactId>spark-parent</artifactId>
    <version>0.7.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.spark-project/spark-parent/
implementation 'org.spark-project:spark-parent:0.7.1'
// https://jarcasting.com/artifacts/org.spark-project/spark-parent/
implementation ("org.spark-project:spark-parent:0.7.1")
'org.spark-project:spark-parent:pom:0.7.1'
<dependency org="org.spark-project" name="spark-parent" rev="0.7.1">
  <artifact name="spark-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.spark-project', module='spark-parent', version='0.7.1')
)
libraryDependencies += "org.spark-project" % "spark-parent" % "0.7.1"
[org.spark-project/spark-parent "0.7.1"]