24 December 2014

JSR 354 RI

Reference Implementation of JSR 354

Download .zip Download .tar.gz View on GitHub

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 dependencies:

<dependency>
  <groupId>org.javamoney</groupId>
  <artifactId>moneta</artifactId>
  <version>1.0-RC1</version>
</dependency>

The release artifacts should be accessible from the following repositories:

  • Maven Central
  • JCenter by Bintray

Authors and Contributors

Different people have contributed to this project. During the development of JSR 354, @atsticks and @keilw founded this project and were also the main contributors.

Support or Contact

Having trouble with Pages? Check out out documentation at http://javamoney.org or contact support@javamoney.org.