commons-numbers-examples

commons-numbers-examples

Examples of use of the "Commons Numbers" library. Codes in this module and its sub-modules are not part of the library. They provide checking, benchmarking tools to enhance the documentation and to help ensure correctness of the implementations.
Files download
File Operation
commons-numbers-examples-1.0.pom download
Apache Maven
<dependency>
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-numbers-examples</artifactId>
  <version>1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.commons:commons-numbers-examples:1.0'
Gradle Kotlin
implementation("org.apache.commons:commons-numbers-examples:1.0")
Scala SBT
libraryDependencies += "org.apache.commons" % "commons-numbers-examples" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.commons', module='commons-numbers-examples', version='1.0')
)
Apache Ivy
<dependency org="org.apache.commons" name="commons-numbers-examples" rev="1.0" />
Leiningen
[org.apache.commons/commons-numbers-examples "1.0"]
Apache Buildr
'org.apache.commons:commons-numbers-examples:jar:1.0'