Maven Central: org.apache.commons:commons-statistics-interval

commons-statistics-interval

Overview

Description

Statistical intervals.

Snippets

Copy to clipboard

<dependency>
    <groupId>org.apache.commons</groupId>
    <artifactId>commons-statistics-interval</artifactId>
    <version>1.3</version>
</dependency>

Maven POM File

Copy to clipboard

<?xml version="1.0"?>
<!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
   this work for additional information regarding copyright ownership.
   The ASF licenses this file to You under the Apache License, Version 2.0
   (the "License"); you may not use this file except in compliance with
   the License.  You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>

<parent>
    <groupId>org.apache.commons</groupId>
    <artifactId>commons-statistics-parent</artifactId>
    <version>1.3</version>
  </parent>

<artifactId>commons-statistics-interval</artifactId>
  <name>Apache Commons Statistics Interval</name>

<description>Statistical intervals.</description>

<properties>
    <!-- OSGi -->
    <commons.osgi.symbolicName>org.apache.commons.statistics.interval</commons.osgi.symbolicName>
    <commons.osgi.export>org.apache.commons.statistics.interval</commons.osgi.export>
    <!-- Java 9+ -->
    <commons.module.name>org.apache.commons.statistics.interval</commons.module.name>
    <!-- Workaround to avoid duplicating config files. -->
    <statistics.parent.dir>${basedir}/..</statistics.parent.dir>
    <!-- Reproducible builds -->
    <project.build.outputTimestamp>${statistics.build.outputTimestamp}</project.build.outputTimestamp>
    <statistics.jira.component>interval</statistics.jira.component>
  </properties>

<dependencies>

<dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-statistics-distribution</artifactId>
      <version>1.3</version>
    </dependency>

<dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-statistics-descriptive</artifactId>
      <version>1.3</version>
      <scope>test</scope>
    </dependency>

</dependencies>

</project>

Metadata

Age: 2 months ago

Licenses:

Organization

org.apache.commons

External Resources

Project URL

Issue Tracker URL

Source Control

Continuous Integration

Known Contributors

Arturo Bernal, Anirudh Joshi, Ben Nguyen, Alex Herbert, Gilles Sadowski

Sonatype Guide - See vulnerability info View