MVN

io.dataapps.chlorine : chlorine-hive

Maven & Gradle

Feb 29, 2016
4 stars

Chlorine Hive Library · Chlorine-hive is an open source library to detect sensitive elements in Hive tables

<dependency>
    <groupId>io.dataapps.chlorine</groupId>
    <artifactId>chlorine-hive</artifactId>
    <version>1.1.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.dataapps.chlorine : chlorine-hive to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.5

All Versions

Choose a version of io.dataapps.chlorine : chlorine-hive to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
chlorine-hive-1.1.5

How to add a dependency to Maven

Add the following io.dataapps.chlorine : chlorine-hive maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.dataapps.chlorine</groupId>
    <artifactId>chlorine-hive</artifactId>
    <version>1.1.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.dataapps.chlorine : chlorine-hive gradle dependency to your build.gradle file:

implementation 'io.dataapps.chlorine:chlorine-hive:1.1.5'

Gradle Kotlin DSL: Add the following io.dataapps.chlorine : chlorine-hive gradle kotlin dependency to your build.gradle.kts file:

implementation("io.dataapps.chlorine:chlorine-hive:1.1.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.dataapps.chlorine : chlorine-hive sbt scala dependency to your build.sbt file:

libraryDependencies += "io.dataapps.chlorine" % "chlorine-hive" % "1.1.5"

Advertisement