MVN

com.dimajix.flowman : flowman-kernel

Maven & Gradle

Dec 15, 2021
1 usages
88 stars

Flowman Kernel · A Spark based ETL tool

<dependency>
    <groupId>com.dimajix.flowman</groupId>
    <artifactId>flowman-kernel</artifactId>
    <version>0.19.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.dimajix.flowman : flowman-kernel to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.19.0

All Versions

Choose a version of com.dimajix.flowman : flowman-kernel to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.19.x
flowman-kernel-0.19.0
flowman-kernel-0.19.0-cdp7-spark2.4-hadoop3.1
flowman-kernel-0.19.0-cdh6-spark2.4-hadoop3.0
flowman-kernel-0.19.0-oss-spark3.2-hadoop3.3
flowman-kernel-0.19.0-oss-spark3.2-hadoop2.7
flowman-kernel-0.19.0-oss-spark3.1-hadoop3.2
flowman-kernel-0.19.0-oss-spark3.1-hadoop2.7
flowman-kernel-0.19.0-oss-spark3.0-hadoop3.2
flowman-kernel-0.19.0-oss-spark3.0-hadoop2.7
flowman-kernel-0.19.0-oss-spark2.4-hadoop2.7
flowman-kernel-0.19.0-oss-spark2.4-hadoop2.6

How to add a dependency to Maven

Add the following com.dimajix.flowman : flowman-kernel maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.dimajix.flowman</groupId>
    <artifactId>flowman-kernel</artifactId>
    <version>0.19.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.dimajix.flowman : flowman-kernel gradle dependency to your build.gradle file:

implementation 'com.dimajix.flowman:flowman-kernel:0.19.0'

Gradle Kotlin DSL: Add the following com.dimajix.flowman : flowman-kernel gradle kotlin dependency to your build.gradle.kts file:

implementation("com.dimajix.flowman:flowman-kernel:0.19.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.dimajix.flowman : flowman-kernel sbt scala dependency to your build.sbt file:

libraryDependencies += "com.dimajix.flowman" % "flowman-kernel" % "0.19.0"

Advertisement