MVN

io.github.marquezproject : marquez-spark

Maven & Gradle

Dec 14, 2021
1.6k stars

marquez-spark · Spark support for Marquez

<dependency>
    <groupId>io.github.marquezproject</groupId>
    <artifactId>marquez-spark</artifactId>
    <version>0.20.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.marquezproject : marquez-spark to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.20.0
  • Latest Release Candidate: 0.16.1-rc.1

All Versions

Choose a version of io.github.marquezproject : marquez-spark to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.20.x
marquez-spark-0.20.0
0.19.x
marquez-spark-0.19.1
marquez-spark-0.19.0
0.18.x
marquez-spark-0.18.0
0.17.x
marquez-spark-0.17.0
0.16.x
marquez-spark-0.16.1
marquez-spark-0.16.1-rc.1
marquez-spark-0.16.0
marquez-spark-0.16.0-rc.1
0.15.x
marquez-spark-0.15.2
marquez-spark-0.15.2-rc.3
marquez-spark-0.15.2-rc.2
marquez-spark-0.15.2-rc.1
marquez-spark-0.15.1
marquez-spark-0.15.0
0.14.x
marquez-spark-0.14.2
marquez-spark-0.14.1
marquez-spark-0.14.0
0.13.x
marquez-spark-0.13.1
marquez-spark-0.13.0
0.12.x
marquez-spark-0.12.2
marquez-spark-0.12.1
marquez-spark-0.12.0

How to add a dependency to Maven

Add the following io.github.marquezproject : marquez-spark maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.marquezproject</groupId>
    <artifactId>marquez-spark</artifactId>
    <version>0.20.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.marquezproject : marquez-spark gradle dependency to your build.gradle file:

implementation 'io.github.marquezproject:marquez-spark:0.20.0'

Gradle Kotlin DSL: Add the following io.github.marquezproject : marquez-spark gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.marquezproject:marquez-spark:0.20.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.marquezproject : marquez-spark sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.marquezproject" % "marquez-spark" % "0.20.0"