Download spark-core_2.11-2.1.2.jar file - Jar s

Jar examples for s:spark-core-2.11

Description

You can download jar file spark-core_2.11 2.1.2 in this page.

Build File

You can use the following script to add spark-core_2.11-2.1.2.jar to your project.

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

Download

Click the following link to download the jar file.

spark-core_2.11-2.1.2-javadoc.jar
spark-core_2.11-2.1.2-sources.jar
spark-core_2.11-2.1.2-test-sources.jar
spark-core_2.11-2.1.2-tests.jar
spark-core_2.11-2.1.2.jar
spark-core_2.11-2.1.2.pom



Related Tutorials