GroupId | GroupIdcom.github.mrpowers |
---|---|
ArtifactId | ArtifactIdspark-fast-tests_2.11 |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
spark-fast-tests_2.11-1.3.0.pom | |
spark-fast-tests_2.11-1.3.0.jar | 217 KB |
spark-fast-tests_2.11-1.3.0-sources.jar | 19 KB |
spark-fast-tests_2.11-1.3.0-javadoc.jar | 499 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mrpowers/spark-fast-tests_2.11/ -->
<dependency>
<groupId>com.github.mrpowers</groupId>
<artifactId>spark-fast-tests_2.11</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mrpowers/spark-fast-tests_2.11/
implementation 'com.github.mrpowers:spark-fast-tests_2.11:1.3.0'
// https://jarcasting.com/artifacts/com.github.mrpowers/spark-fast-tests_2.11/
implementation ("com.github.mrpowers:spark-fast-tests_2.11:1.3.0")
'com.github.mrpowers:spark-fast-tests_2.11:jar:1.3.0'
<dependency org="com.github.mrpowers" name="spark-fast-tests_2.11" rev="1.3.0">
<artifact name="spark-fast-tests_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mrpowers', module='spark-fast-tests_2.11', version='1.3.0')
)
libraryDependencies += "com.github.mrpowers" % "spark-fast-tests_2.11" % "1.3.0"
[com.github.mrpowers/spark-fast-tests_2.11 "1.3.0"]