Apache Commons logo Apache Commons Statistics

Apache Commons Statistics

Commons Statistics provides tools for statistics.

The Bill of Materials (BOM) is provided to aid in dependency management of the Apache Commons Statistics modules.

The BOM can be imported into a Maven pom to manage the module versions:

<dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-statistics-bom</artifactId>
      <version>1.1</version>
      <type>pom</type>
      <scope>import</scope>
    </dependency>
  </dependencies>
</dependencyManagement>