Apache Commons Numbers: Number types and utilitiesApache Commons Numbers provides implementations of number types and utilities. Features include
The Bill of Materials (BOM) is provided to aid in dependency management of the Apache Commons Numbers modules. The BOM can be imported into a Maven pom to manage the module versions: <dependencyManagement> <dependencies> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-numbers-bom</artifactId> <version>1.2</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> |