MVN

com.xpatterns : xpatterns-spark-api-3.0.0

Maven & Gradle

May 20, 2015

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

<dependency>
    <groupId>com.xpatterns</groupId>
    <artifactId>xpatterns-spark-api-3.0.0</artifactId>
    <version>3.0.0-cm5-spark110-cdh520</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.xpatterns : xpatterns-spark-api-3.0.0 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0-cm5-spark110-cdh520

All Versions

Choose a version of com.xpatterns : xpatterns-spark-api-3.0.0 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
xpatterns-spark-api-3.0.0-3.0.0-cm5-spark110-cdh520

How to add a dependency to Maven

Add the following com.xpatterns : xpatterns-spark-api-3.0.0 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.xpatterns</groupId>
    <artifactId>xpatterns-spark-api-3.0.0</artifactId>
    <version>3.0.0-cm5-spark110-cdh520</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.xpatterns : xpatterns-spark-api-3.0.0 gradle dependency to your build.gradle file:

implementation 'com.xpatterns:xpatterns-spark-api-3.0.0:3.0.0-cm5-spark110-cdh520'

Gradle Kotlin DSL: Add the following com.xpatterns : xpatterns-spark-api-3.0.0 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.xpatterns:xpatterns-spark-api-3.0.0:3.0.0-cm5-spark110-cdh520")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.xpatterns : xpatterns-spark-api-3.0.0 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.xpatterns" % "xpatterns-spark-api-3.0.0" % "3.0.0-cm5-spark110-cdh520"

Advertisement