Decimal-java is a library to convert java.math.BigDecimal to and from IEEE-754r (IEEE-754-2008) decimal byte representations.
Maven
Get decimal-java from Maven:
< dependency > < groupId >org.firebirdsql groupId > < artifactId >decimal-java artifactId > < version >2.0.1 version > dependency >
License
This library is licensed under the MIT license, see also LICENSE.md.
Status
The API is stable and is not expected to change.
Version 2.0.0 and higher require Java 17 or higher and is modularized with module name org.firebirdsql.decimal . Version 1.0.2 requires Java 7 or higher, and declares the automatic module name org.firebirdsql.decimal .
Goals
... continue reading