is not current version
Last Version 0.7.0

org.spark-project:spark-core_2.9.2 0.6.1

spark-core

GroupId

GroupId

org.spark-project
ArtifactId

ArtifactId

spark-core_2.9.2
Version

Version

0.6.1
Type

Type

jar

Download spark-core_2.9.2 0.6.1


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