Skip to content

RGowdhaman/javamoney

 
 

Repository files navigation

JSR 354: Money and Currency 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

The current project structure is as follows:

---------
* money-platform: contains core platform modules eventually targeting Java SE 9.
  * api: contains the API targeting Java 9.
  * ri: contains the platform part of the RI targeting Java 9.
* money-api: contains the main API part
  * convert: currency conversion
  * format: formatting and parsing
  * ext: extensions
* money-impl: contains the main implementation artifacts
  * ri: contains the reference implementation (RI), runnable on SE 7 or later
  * cdi: contains alternate loader implementation using stand-alone CDI (weld)
  * java-ee: contains alternate loader targeting EE 6 CDI container integration
* money-tck: contains the technical compatibility kit (TCK)

About

JSR 354 Specification

Resources

License

Unknown, Apache-2.0 licenses found

Licenses found

Unknown
LICENSE.txt
Apache-2.0
LICENSE_RI-TCK.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published