API for data analysis and statistics
More information can be found here.
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>https://artifacts-oss.talend.com/nexus/content/repositories/TalendOpenSourceRelease</url>
</repository>
</repositories>
And include the following dependency:
<dependency>
<groupId>org.talend.dataquality</groupId>
<artifactId>dataquality-statistics</artifactId>
<version>1.6.2</version>
</dependency>
Code is under the Apache Licence v2.