-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathri.html
More file actions
66 lines (55 loc) · 2.08 KB
/
ri.html
File metadata and controls
66 lines (55 loc) · 2.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
title=Moneta
date=2013-11-15
type=page
status=published
~~~~~~
<h1>JSR 354 RI</h1>
<h2>Reference Implementation of JSR 354</h2>
<section id="downloads" class="clearfix">
<a href="https://github.com/JavaMoney/jsr354-ri/zipball/master"
id="download-zip" class="button"><span>Download .zip</span></a> <a
href="https://github.com/JavaMoney/jsr354-ri/tarball/master"
id="download-tar-gz" class="button"><span>Download .tar.gz</span></a>
<a href="https://github.com/JavaMoney/jsr354-ri" id="view-on-github"
class="button"><span>View on GitHub</span></a>
</section>
<hr>
<section id="main_content">
<h3>
<a name="welcome-to-moneta---the-jsr-354-reference-implementation"
class="anchor"
href="#welcome-to-moneta---the-jsr-354-reference-implementation"><span
class="octicon octicon-link"></span></a>Welcome to Moneta - the JSR 354
reference implementation
</h3>
<p>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:</p>
<pre><code><dependency>
<groupId>org.javamoney.ri</groupId>
<artifactId>jsr-354-tck</artifactId>
<version>0.8-SNAPSHOT</version>
</dependency>
</code></pre>
<h3>
<a name="authors-and-contributors" class="anchor"
href="#authors-and-contributors"><span
class="octicon octicon-link"></span></a>Authors and Contributors
</h3>
<p>
Different people have contributed to this project. During the
development of JSR 354, <a href="https://github.com/atsticks"
class="user-mention">@atsticks</a> and <a
href="https://github.com/keilw" class="user-mention">@keilw</a>
founded this project and were also the main contributors.
</p>
<h3>
<a name="support-or-contact" class="anchor" href="#support-or-contact"><span
class="octicon octicon-link"></span></a>Support or Contact
</h3>
<p>
Having trouble with Pages? Check out the documentation at
http://tbd/pages or contact <a href="mailto:support@javamoney.org">support@javamoney.org</a>.
</p>
</section>