MVN

io.dataapps.chlorine : chlorine-finder

Maven & Gradle

Feb 23, 2016
10 usages
53 stars

Chlorine Finder Library · Chlorine-finder is an open source library to detect sensitive elements in text

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

Latest Version

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

  • Latest Stable: 1.1.5

All Versions

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

Version Vulnerabilities Updated
1.1.x
chlorine-finder-1.1.5

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement