Last Version

Apache Commons Numbers Examples 1.0

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.

License

License

GroupId

GroupId

org.apache.commons
ArtifactId

ArtifactId

commons-numbers-examples
Version

Version

1.0
Type

Type

pom
Description

Description

Apache 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.
Project URL

Project URL

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

Project Organization

The Apache Software Foundation

Download commons-numbers-examples 1.0


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

  • examples-jmh