MVN

com.tdunning : t-digest-parent

Maven & Gradle

Jun 13, 2021
1.9k stars

T-digest Parent · Data structure which allows accurate estimation of quantiles and related rank statistics

<dependency>
    <groupId>com.tdunning</groupId>
    <artifactId>t-digest-parent</artifactId>
    <version>3.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tdunning : t-digest-parent to add to Maven - Latest Versions:

  • Latest Stable: 3.3

All Versions

Choose a version of com.tdunning : t-digest-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
3.3
t-digest-parent-3.3

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.tdunning</groupId>
    <artifactId>t-digest-parent</artifactId>
    <version>3.3</version>
</dependency>

Advertisement