Skip to content

Latest commit

 

History

History

README.md

org.talend.dataquality.standardization

Standardization library based on Apache Lucene


More information can be found here.

Where can I get the latest release?

You can download latest stable binaries from our Release Repository. or snapshot binaries from our Snapshot Repository.

Alternatively you can add the following repository into your pom.xml file:

<repositories>
  <repository>
    <id>TalendOpenSourceRelease</id>
    <url>http://newbuild.talend.com:8081/nexus/content/repositories/TalendOpenSourceRelease</url>
  </repository>
</repositories>

And include the following dependency:

<dependency>
  <groupId>org.talend.dataquality</groupId>
  <artifactId>dataquality-standardization</artifactId>
  <version>3.2.6</version>
</dependency>

License

Code is under the Apache Licence v2.

Additional Resources