MVN

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

Maven & Gradle

Jun 28, 2018
103 stars

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

<dependency>
    <groupId>com.github.ywilkof</groupId>
    <artifactId>spark-jobs-rest-client</artifactId>
    <version>1.3.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.ywilkof : spark-jobs-rest-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.9

All Versions

Choose a version of com.github.ywilkof : spark-jobs-rest-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
spark-jobs-rest-client-1.3.9
spark-jobs-rest-client-1.3.8
spark-jobs-rest-client-1.3.7
spark-jobs-rest-client-1.3.6
spark-jobs-rest-client-1.3.5
spark-jobs-rest-client-1.3.4
spark-jobs-rest-client-1.3.3
spark-jobs-rest-client-1.3.2
spark-jobs-rest-client-1.3.1
1.3
spark-jobs-rest-client-1.3

How to add a dependency to Maven

Add the following com.github.ywilkof : spark-jobs-rest-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.ywilkof</groupId>
    <artifactId>spark-jobs-rest-client</artifactId>
    <version>1.3.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.ywilkof : spark-jobs-rest-client gradle dependency to your build.gradle file:

implementation 'com.github.ywilkof:spark-jobs-rest-client:1.3.9'

Gradle Kotlin DSL: Add the following com.github.ywilkof : spark-jobs-rest-client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.ywilkof:spark-jobs-rest-client:1.3.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.ywilkof : spark-jobs-rest-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.ywilkof" % "spark-jobs-rest-client" % "1.3.9"