Files download
File Operation
spark-local_2.1.1_2.11-0.6.0.jar download
spark-local_2.1.1_2.11-0.6.0.pom download
spark-local_2.1.1_2.11-0.6.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.piotr-kalanski</groupId>
  <artifactId>spark-local_2.1.1_2.11</artifactId>
  <version>0.6.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.piotr-kalanski:spark-local_2.1.1_2.11:0.6.0'
Gradle Kotlin
implementation("com.github.piotr-kalanski:spark-local_2.1.1_2.11:0.6.0")
Scala SBT
libraryDependencies += "com.github.piotr-kalanski" % "spark-local_2.1.1_2.11" % "0.6.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.piotr-kalanski', module='spark-local_2.1.1_2.11', version='0.6.0')
)
Apache Ivy
<dependency org="com.github.piotr-kalanski" name="spark-local_2.1.1_2.11" rev="0.6.0" />
Leiningen
[com.github.piotr-kalanski/spark-local_2.1.1_2.11 "0.6.0"]
Apache Buildr
'com.github.piotr-kalanski:spark-local_2.1.1_2.11:jar:0.6.0'