MVN

com.linkedin.li-deequ : li-deequ

Maven & Gradle

Apr 17, 2023

li-deequ · li-deequ is a LinkedIn version of Deequ library built on top of Apache Spark for defining "unit tests for data", which measure data quality in large datasets.

<dependency>
    <groupId>com.linkedin.li-deequ</groupId>
    <artifactId>li-deequ</artifactId>
    <version>2.0.0.2-spark-3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.linkedin.li-deequ : li-deequ to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0.2-spark-3.1

All Versions

Choose a version of com.linkedin.li-deequ : li-deequ to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
li-deequ-2.0.0.2-spark-3.1

How to add a dependency to Maven

Add the following com.linkedin.li-deequ : li-deequ maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.linkedin.li-deequ</groupId>
    <artifactId>li-deequ</artifactId>
    <version>2.0.0.2-spark-3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.linkedin.li-deequ : li-deequ gradle dependency to your build.gradle file:

implementation 'com.linkedin.li-deequ:li-deequ:2.0.0.2-spark-3.1'

Gradle Kotlin DSL: Add the following com.linkedin.li-deequ : li-deequ gradle kotlin dependency to your build.gradle.kts file:

implementation("com.linkedin.li-deequ:li-deequ:2.0.0.2-spark-3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.linkedin.li-deequ : li-deequ sbt scala dependency to your build.sbt file:

libraryDependencies += "com.linkedin.li-deequ" % "li-deequ" % "2.0.0.2-spark-3.1"