is not current version
Last Version 1.2.0

com.github.cbismuth:spark-utils 1.0.0-M1

Pretty handy Apache Spark thin wrappers.

GroupId

GroupId

com.github.cbismuth
ArtifactId

ArtifactId

spark-utils
Version

Version

1.0.0-M1
Type

Type

jar

Download spark-utils 1.0.0-M1


<!-- https://jarcasting.com/artifacts/com.github.cbismuth/spark-utils/ -->
<dependency>
    <groupId>com.github.cbismuth</groupId>
    <artifactId>spark-utils</artifactId>
    <version>1.0.0-M1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cbismuth/spark-utils/
implementation 'com.github.cbismuth:spark-utils:1.0.0-M1'
// https://jarcasting.com/artifacts/com.github.cbismuth/spark-utils/
implementation ("com.github.cbismuth:spark-utils:1.0.0-M1")
'com.github.cbismuth:spark-utils:jar:1.0.0-M1'
<dependency org="com.github.cbismuth" name="spark-utils" rev="1.0.0-M1">
  <artifact name="spark-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cbismuth', module='spark-utils', version='1.0.0-M1')
)
libraryDependencies += "com.github.cbismuth" % "spark-utils" % "1.0.0-M1"
[com.github.cbismuth/spark-utils "1.0.0-M1"]