jsr354-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.ri</groupId>
  <artifactId>jsr-354-ri</artifactId>
  <version>0.8-SNAPSHOT</version>
</dependency>

Nevertheless we highly recommend you to depend on the Javamoney OSS library to be used, due to the following reasons:

  • the RI only contains a very small, minimalistic subset of features.
  • The JavaMoney project contains additional functionalities, such as ** currency conversion, ** currency management and ** rounding and formatting features, ** regions and validite4s support ** bundles for different runtime environments

Authors and Contributors

tbd.

Support or Contact

tbd