International System of Units
A library of SI quantities and unit types
The project currently contains the following modules:
- Reusable Quantities
- SI Units for all environments prior to Java SE 8 (including ME 8 Embedded) based on the RI
- SI Units for Java SE 8 for Java SE 8 and above based on the SE port
Depending on the environment (Embedded, Desktop/Server or a particular Java version) implementations use a different Maven artifactId.
E.g.
- si-units for all environments prior to Java SE 8.
- si-units-java8 for Java SE 8 and above.