commons-numbers-parent

commons-numbers-parent

The Apache Commons Numbers project provides number types and utilities.
http://commons.apache.org/proper/commons-numbers/
Eric Barnhill Gilles Sadowski Alex Herbert Matt Juntunen
Files download
File Operation
commons-numbers-parent-1.1.pom download
Apache Maven
<dependency>
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-numbers-parent</artifactId>
  <version>1.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.commons:commons-numbers-parent:1.1'
Gradle Kotlin
implementation("org.apache.commons:commons-numbers-parent:1.1")
Scala SBT
libraryDependencies += "org.apache.commons" % "commons-numbers-parent" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.commons', module='commons-numbers-parent', version='1.1')
)
Apache Ivy
<dependency org="org.apache.commons" name="commons-numbers-parent" rev="1.1" />
Leiningen
[org.apache.commons/commons-numbers-parent "1.1"]
Apache Buildr
'org.apache.commons:commons-numbers-parent:jar:1.1'