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