You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><ahref="https://javamoney.java.net" target="_blank">JSR 354 Project on Java.net</a></li>
67
71
<!-- <li><a href="blog.html">Blog (Events & History)</a></li></li> -->
68
72
</ul>
69
73
</li>
@@ -77,7 +81,7 @@
77
81
<h1>Specification (JSR 354)</h1>
78
82
</div>
79
83
80
-
<p><em>31 May 2015</em></p>
84
+
<p><em>06 September 2016</em></p>
81
85
82
86
<p>
83
87
<h2>Money & Currency API</h2>
@@ -113,15 +117,11 @@ <h3>
113
117
<pre><code><dependency>
114
118
<groupId>javax.money</groupId>
115
119
<artifactId>money-api</artifactId>
116
-
<version>1.0</version>
120
+
<version>1.0.1</version>
117
121
</dependency>
118
122
</code></pre>
119
123
120
-
<p>Further versions can be found <ahref="http://mvnrepository.com/artifact/org.javamoney/moneta/" target="_blank"></a> here.</p>
121
-
122
-
<p>Though it is possible to compile your programs completely with the API, in most cases, you will also have to
123
-
add an implementation, e.g. the <ahref="ri.html">Moneta</a> reference implementation.</p>
124
-
124
+
<p>Further versions can be found <ahref="http://mvnrepository.com/artifact/javax.money/money-api/" target="_blank">here</a>.</p>
125
125
<p>
126
126
The release artifacts should be accessible from the following repositories:
127
127
<ul>
@@ -130,6 +130,9 @@ <h3>
130
130
</ul>
131
131
</p>
132
132
133
+
<p>Though it is possible to compile your programs completely with the API, in most cases, you will also have to
134
+
add an implementation, e.g. the <ahref="ri.html">Moneta</a> reference implementation.</p>
135
+
133
136
<h3>
134
137
<aname="overview" class="anchor"
135
138
href="#overview"><span
@@ -139,12 +142,12 @@ <h3>
139
142
<p>
140
143
The API basically consists of four packages:
141
144
<ul>
142
-
<li><b>javax.money</b> contains the main artifacts of the API, e.g. the interfaces for <code>MonetaryAmount, CurrencyUnit, MonetaryOperator, MonetaryQuery</code>, and the
145
+
<li><code>javax.money</code> contains the main artifacts of the API, e.g. the interfaces for <code>MonetaryAmount</code>, <code>CurrencyUnit</code>, <code>MonetaryOperator</code>, <code>MonetaryQuery</code>, and the
143
146
accessor singletons for amounts, currencies and roundings.</li>
<li><code>javax.money.format</code> contains the formatting logic, which has some similarities with <code>java.text</code> but relies
146
149
more on immutable artifacts and builders.</li>
147
-
<li><b>javax.money.spi</b> contains the service provider interfaces and the bootstrap logic, which allows to configure the API
150
+
<li><code>javax.money.spi</code> contains the service provider interfaces and the bootstrap logic, which allows to configure the API
148
151
also within EE contexts (e.g. running it within a CDI container).</li>
149
152
</ul>
150
153
</p>
@@ -155,7 +158,7 @@ <h3>
155
158
</h3>
156
159
157
160
<p>
158
-
Since it a Java Specification Request check out out JSR's specification from the <ahref="http://jcp.org/en/jsr/detail?id=354">JSR 354 Detail Page</a>.
161
+
Since it a Java Specification Request check out out JSR's specification from the <ahref="https://jcp.org/en/jsr/detail?id=354">JSR 354 Detail Page</a>.
Ask your question at <ahref="https://stackoverflow.com/questions/tagged/java-money+jsr354" target="_blank">StackOverflow</a> with tag <code>java-money</code>.
176
+
Join the Gitter chat <ahref="https://gitter.im/orgs/JavaMoney/rooms" target="_blank"><imgsrc="https://badges.gitter.im/Join%20Chat.svg"/></a>.
177
+
Or contact <ahref="mailto:support@javamoney.org">support@javamoney.org</a>
Ask your question at <ahref="https://stackoverflow.com/questions/tagged/java-money+jsr354" target="_blank">StackOverflow</a> with tag <code>java-money</code>.
146
+
Join the Gitter chat <ahref="https://gitter.im/orgs/JavaMoney/rooms" target="_blank"><imgsrc="https://badges.gitter.im/Join%20Chat.svg"/></a>.
147
+
Or contact <ahref="mailto:support@javamoney.org">support@javamoney.org</a>
Ask your question at <ahref="https://stackoverflow.com/questions/tagged/java-money+jsr354" target="_blank">StackOverflow</a> with tag <code>java-money</code>.
118
+
Join the Gitter chat <ahref="https://gitter.im/orgs/JavaMoney/rooms" target="_blank"><imgsrc="https://badges.gitter.im/Join%20Chat.svg"/></a>.
119
+
Or contact <ahref="mailto:support@javamoney.org">support@javamoney.org</a>
Ask your question at <ahref="https://stackoverflow.com/questions/tagged/java-money+jsr354" target="_blank">StackOverflow</a> with tag <code>java-money</code>.
126
+
Join the Gitter chat <ahref="https://gitter.im/orgs/JavaMoney/rooms" target="_blank"><imgsrc="https://badges.gitter.im/Join%20Chat.svg"/></a>.
127
+
Or contact <ahref="mailto:support@javamoney.org">support@javamoney.org</a>
0 commit comments