Download spark-core_2.10-0.9.1.jar file - Jar s

Jar examples for s:spark-core-2.10

Description

You can download jar file spark-core_2.10 0.9.1 in this page.

License

Apache License

Build File

You can use the following script to add spark-core_2.10-0.9.1.jar to your project.

<dependency>
   <groupId>org.apache.spark</groupId>
   <artifactId>spark-core_2.10</artifactId>
   <version>0.9.1</version>
</dependency>
compile group: 'org.apache.spark', name: 'spark-core_2.10', version: '0.9.1'
libraryDependencies += "org.apache.spark" % "spark-core_2.10" % "0.9.1"
<dependency org="org.apache.spark" name="spark-core_2.10" rev="0.9.1"/>
@Grapes(@Grab(group='org.apache.spark', module='spark-core_2.10', version='0.9.1'))
'org.apache.spark:spark-core_2.10:jar:0.9.1'

Download

Click the following link to download the jar file.

spark-core_2.10-0.9.1-javadoc.jar
spark-core_2.10-0.9.1-sources.jar
spark-core_2.10-0.9.1.jar
spark-core_2.10-0.9.1.pom



Related Tutorials