Welcome to Moneta - the JSR 354 reference implementation
This module implements JSR 354 Money & Currency. Hereby basically implementations of amounts, currency and roundings are provided. You can access the RI by adding the following Maven BOM:
<dependency>
<groupId>org.javamoney</groupId>
<artifactId>moneta</artifactId>
<version>1.4.4</version>
<type>pom</type>
</dependency>
Further versions can be found here.
The release artifacts should be accessible from the following repositories:
- Maven Central
Authors and Contributors
Different people have contributed to this project. During the development of JSR 354, @keilw and @otaviojava lead this project and are also major contributors.