Download spark-job-rest-api-0.3.0.jar file - Jar s

Jar examples for s:spark-job-rest-api

Description

The API for Spark-Job-Rest. Contains the SparkJob interface that must be extended in order to run jobs on the server.

You can download jar file spark-job-rest-api 0.3.0 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add spark-job-rest-api-0.3.0.jar to your project.

<dependency>
   <groupId>com.xpatterns</groupId>
   <artifactId>spark-job-rest-api</artifactId>
   <version>0.3.0</version>
</dependency>
compile group: 'com.xpatterns', name: 'spark-job-rest-api', version: '0.3.0'
libraryDependencies += "com.xpatterns" % "spark-job-rest-api" % "0.3.0"
<dependency org="com.xpatterns" name="spark-job-rest-api" rev="0.3.0"/>
@Grapes(@Grab(group='com.xpatterns', module='spark-job-rest-api', version='0.3.0'))
'com.xpatterns:spark-job-rest-api:jar:0.3.0'

Download

Click the following link to download the jar file.

spark-job-rest-api-0.3.0-javadoc.jar
spark-job-rest-api-0.3.0-sources.jar
spark-job-rest-api-0.3.0.jar
spark-job-rest-api-0.3.0.pom



Related Tutorials