License |
License
BSD License
|
---|---|
GroupId | GroupIdorg.spark-project |
ArtifactId | ArtifactIdspark-parent |
Last Version | Last Version0.7.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSpark Project Parent POM
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.
|
Project URL |
Project URL |
Filename | Size |
---|---|
spark-parent-0.7.2.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.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.spark-project/spark-parent/
implementation 'org.spark-project:spark-parent:0.7.2'
// https://jarcasting.com/artifacts/org.spark-project/spark-parent/
implementation ("org.spark-project:spark-parent:0.7.2")
'org.spark-project:spark-parent:pom:0.7.2'
<dependency org="org.spark-project" name="spark-parent" rev="0.7.2">
<artifact name="spark-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.spark-project', module='spark-parent', version='0.7.2')
)
libraryDependencies += "org.spark-project" % "spark-parent" % "0.7.2"
[org.spark-project/spark-parent "0.7.2"]