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