Apache Commons Numbers

The Apache Commons Numbers project provides number types and utilities.

License

License

GroupId

GroupId

org.apache.commons
ArtifactId

ArtifactId

commons-numbers-parent
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

pom
Description

Description

Apache Commons Numbers
The Apache Commons Numbers project provides number types and utilities.
Project URL

Project URL

http://commons.apache.org/proper/commons-numbers/
Project Organization

Project Organization

The Apache Software Foundation

Download commons-numbers-parent

How to add to project

<!-- https://jarcasting.com/artifacts/org.apache.commons/commons-numbers-parent/ -->
<dependency>
    <groupId>org.apache.commons</groupId>
    <artifactId>commons-numbers-parent</artifactId>
    <version>1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.commons/commons-numbers-parent/
implementation 'org.apache.commons:commons-numbers-parent:1.0'
// https://jarcasting.com/artifacts/org.apache.commons/commons-numbers-parent/
implementation ("org.apache.commons:commons-numbers-parent:1.0")
'org.apache.commons:commons-numbers-parent:pom:1.0'
<dependency org="org.apache.commons" name="commons-numbers-parent" rev="1.0">
  <artifact name="commons-numbers-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.commons', module='commons-numbers-parent', version='1.0')
)
libraryDependencies += "org.apache.commons" % "commons-numbers-parent" % "1.0"
[org.apache.commons/commons-numbers-parent "1.0"]

Dependencies

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar
org.junit.jupiter : junit-jupiter-params jar

Project Modules

  • commons-numbers-core
  • commons-numbers-complex
  • commons-numbers-primes
  • commons-numbers-quaternion
  • commons-numbers-fraction
  • commons-numbers-angle
  • commons-numbers-gamma
  • commons-numbers-combinatorics
  • commons-numbers-arrays
  • commons-numbers-field
  • commons-numbers-rootfinder

Versions

Version
1.0
1.0-beta1