| License |
License |
|---|---|
| GroupId | GroupIdio.stoys |
| ArtifactId | ArtifactIdstoys-spark-test_2.12 |
| Version | Version0.1 |
| Type | Typejar |
| Description |
DescriptionSToys - mostly Scala and Spark tools.
|
<!-- https://jarcasting.com/artifacts/io.stoys/stoys-spark-test_2.12/ -->
<dependency>
<groupId>io.stoys</groupId>
<artifactId>stoys-spark-test_2.12</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.stoys/stoys-spark-test_2.12/
implementation 'io.stoys:stoys-spark-test_2.12:0.1'
// https://jarcasting.com/artifacts/io.stoys/stoys-spark-test_2.12/
implementation ("io.stoys:stoys-spark-test_2.12:0.1")
'io.stoys:stoys-spark-test_2.12:jar:0.1'
<dependency org="io.stoys" name="stoys-spark-test_2.12" rev="0.1">
<artifact name="stoys-spark-test_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.stoys', module='stoys-spark-test_2.12', version='0.1')
)
libraryDependencies += "io.stoys" % "stoys-spark-test_2.12" % "0.1"
[io.stoys/stoys-spark-test_2.12 "0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.30 |
| org.slf4j : log4j-over-slf4j | jar | 1.7.30 |
| org.slf4j : jul-to-slf4j | jar | 1.7.30 |
| ch.qos.logback : logback-classic | jar | 1.2.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.spark : spark-core_2.12 | jar | 3.0.1 |
| org.apache.spark : spark-sql_2.12 | jar | 3.0.1 |
| org.scalatest : scalatest_2.12 | jar | 3.2.3 |