-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
77 lines (62 loc) · 3.14 KB
/
Copy pathindex.html
File metadata and controls
77 lines (62 loc) · 3.14 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
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link href='https://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="../../css/github.stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="../../css/github.pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="../../css/github.print.css" media="print" />
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>jsr354-api by JavaMoney</title>
</head>
<body>
<div id="container">
<div class="inner">
<header>
<h1>jsr354-ri</h1>
<h2>Reference Implementation of JSR 354</h2>
</header>
<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-ri</artifactId>
<version>0.8-SNAPSHOT</version>
</dependency>
</code></pre>
<p>Nevertheless we highly recommend you to depend on the Javamoney OSS library to be used, due to the following reasons:</p>
<ul>
<li>the RI only contains a very small, minimalistic subset of features. </li>
<li>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</li>
</ul><h3>
<a name="authors-and-contributors" class="anchor" href="#authors-and-contributors"><span class="octicon octicon-link"></span></a>Authors and Contributors</h3>
<p>tbd.</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>tbd</p>
</section>
<footer>
jsr354-ri is maintained by <a href="../..">JavaMoney</a><br>
This page was generated by <a href="http://pages.github.com">GitHub Pages</a>. Tactile theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.
</footer>
</div>
</div>
</body>
</html>