MVN

com.jcdecaux.setl : setl_2.12

Maven & Gradle

Aug 21, 2020
172 stars

SETL · SETL is an open-source Scala framework powered by Apache Spark that helps developers to structure ETL projects, modularize data transformation logic and speed up the development.

<dependency>
    <groupId>com.jcdecaux.setl</groupId>
    <artifactId>setl_2.12</artifactId>
    <version>0.4.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jcdecaux.setl : setl_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.3
  • Latest Release Candidate: 1.0.0-RC1

All Versions

Choose a version of com.jcdecaux.setl : setl_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
setl_2.12-1.0.0-RC1
0.4.x
setl_2.12-0.4.3
setl_2.12-0.4.2
setl_2.12-0.4.1

How to add a dependency to Maven

Add the following com.jcdecaux.setl : setl_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.jcdecaux.setl</groupId>
    <artifactId>setl_2.12</artifactId>
    <version>0.4.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jcdecaux.setl : setl_2.12 gradle dependency to your build.gradle file:

implementation 'com.jcdecaux.setl:setl_2.12:0.4.3'

Gradle Kotlin DSL: Add the following com.jcdecaux.setl : setl_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jcdecaux.setl:setl_2.12:0.4.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jcdecaux.setl : setl_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jcdecaux.setl" % "setl_2.12" % "0.4.3"