is not current version
Last Version 1.3.9

com.github.ywilkof:spark-jobs-rest-client 1.3.4

Fluent utility client for interacting with Spark Standalone Mode's Rest API for submitting, killing and monitoring the state of jobs.

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.ywilkof
ArtifactId

ArtifactId

spark-jobs-rest-client
Version

Version

1.3.4
Type

Type

jar

Download spark-jobs-rest-client 1.3.4


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