GroupId | GroupIdcom.github.mrpowers |
---|---|
ArtifactId | ArtifactIdspark-fast-tests_2.12 |
Version | Version0.23.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.mrpowers/spark-fast-tests_2.12/ -->
<dependency>
<groupId>com.github.mrpowers</groupId>
<artifactId>spark-fast-tests_2.12</artifactId>
<version>0.23.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mrpowers/spark-fast-tests_2.12/
implementation 'com.github.mrpowers:spark-fast-tests_2.12:0.23.0'
// https://jarcasting.com/artifacts/com.github.mrpowers/spark-fast-tests_2.12/
implementation ("com.github.mrpowers:spark-fast-tests_2.12:0.23.0")
'com.github.mrpowers:spark-fast-tests_2.12:jar:0.23.0'
<dependency org="com.github.mrpowers" name="spark-fast-tests_2.12" rev="0.23.0">
<artifact name="spark-fast-tests_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mrpowers', module='spark-fast-tests_2.12', version='0.23.0')
)
libraryDependencies += "com.github.mrpowers" % "spark-fast-tests_2.12" % "0.23.0"
[com.github.mrpowers/spark-fast-tests_2.12 "0.23.0"]