JSR 354 provides an API for representing, transporting, and performing comprehensive calculations with Money and Currency. This module (moneta) implements JSR 354 Money & Currency. Hereby basic implementations of amounts, currency and roundings are provided.
See the JCP detail page: http://jcp.org/en/jsr/detail?id=354
Or the GitHub page: http://javamoney.github.io/ri.html
This module is licenced under the the Apache 2 Licence.
- 1.0 First release along with with JSR 354 API
- 1.1 Bugfix release.
- 1.2 Modularized release (with separated conversion and conversion providers), Java 9 module support
- 1.2.1 Fix release for invalid/missing Java 9 descriptor for conversion base. Compatible with Java 8, 9 and beyond.