License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.github.ywilkof |
ArtifactId | ArtifactIdspark-jobs-rest-client |
Version | Version1.3.9 |
Type | Typejar |
Description |
DescriptionSpark Jobs Rest Client
Fluent utility client for interacting with Spark Standalone Mode's Rest API for submitting, killing and monitoring the state of jobs.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- 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.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ywilkof/spark-jobs-rest-client/
implementation 'com.github.ywilkof:spark-jobs-rest-client:1.3.9'
// https://jarcasting.com/artifacts/com.github.ywilkof/spark-jobs-rest-client/
implementation ("com.github.ywilkof:spark-jobs-rest-client:1.3.9")
'com.github.ywilkof:spark-jobs-rest-client:jar:1.3.9'
<dependency org="com.github.ywilkof" name="spark-jobs-rest-client" rev="1.3.9">
<artifact name="spark-jobs-rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ywilkof', module='spark-jobs-rest-client', version='1.3.9')
)
libraryDependencies += "com.github.ywilkof" % "spark-jobs-rest-client" % "1.3.9"
[com.github.ywilkof/spark-jobs-rest-client "1.3.9"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.4 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.6.1 |
org.apache.httpcomponents : httpclient | jar | 4.5.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.mockito : mockito-core | jar | 1.9.5 |
org.hamcrest : java-hamcrest | jar | 2.0.0.0 |
org.mock-server : mockserver-client-java | jar | 3.10.1 |
org.mock-server : mockserver-netty | jar | 3.10.1 |