javax.money:money-api

JSR 354 provides an API for representing, transporting, and performing comprehensive calculations with Money and Currency.


Keywords
currency, java, javamoney, jcp, jsr, jsr-spec, jsr354, money, standard, units
License
Apache-2.0

Documentation

JSR 354: Money and Currency API

Maven Central Build Status Coverage Status Codacy Badge Stability: Maintenance Join the chat at https://gitter.im/JavaMoney/jsr354-api

JSR 354 provides an API for representing, transporting, and performing comprehensive calculations with Money and Currency. See the home page for more details: http://jcp.org/en/jsr/detail?id=354

This is the API module of JSR 354 licenced under

  • the Apache License Version 2.0 (LICENCE.txt)

See also: http://javamoney.github.io/

Release Notes

  • 1.0 API as defined by JSR 354 Spec.
  • 1.0.1 API as defined by JSR 354 Spec (Fix: building Java 7 API with Java 7)
  • 1.0.2 API as defined by JSR 354 Spec (Fix: built with Java 9) - dont use, use 1.0.3 instead!
  • 1.0.3 API as defined by JSR 354 Spec (Compatible with Java 8, full Java 9 module support)

Built with Maven