-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathri.html
More file actions
64 lines (54 loc) · 2.01 KB
/
ri.html
File metadata and controls
64 lines (54 loc) · 2.01 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
title=Moneta
date=2024-01-27
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 BOM:</p>
<pre><code><dependency>
<groupId>org.javamoney</groupId>
<artifactId>moneta</artifactId>
<version>1.4.4</version>
<type>pom</type>
</dependency>
</code></pre>
<p>Further versions can be found <a href="http://mvnrepository.com/artifact/org.javamoney/moneta/" target="_blank">here</a>.</p>
<p>
The release artifacts should be accessible from the following repositories:
<ul>
<li>Maven Central</li>
</ul>
</p>
<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/keilw"
class="user-mention">@keilw</a> and <a
href="https://github.com/otaviojava" class="user-mention">@otaviojava</a>
lead this project and are also major contributors.
</p>
</section>