|
75 | 75 | <h1>Specification (JSR 354)</h1> |
76 | 76 | </div> |
77 | 77 |
|
78 | | - <p><em>01 January 2014</em></p> |
| 78 | + <p><em>01 Januar 2014</em></p> |
79 | 79 |
|
80 | 80 | <p> |
81 | 81 | <h2>Money & Currency API</h2> |
@@ -110,14 +110,28 @@ <h3> |
110 | 110 |
|
111 | 111 | <pre><code><dependency> |
112 | 112 | <groupId>javax.money</groupId> |
113 | | - <artifactId>jsr354-api</artifactId> |
| 113 | + <artifactId>money-api</artifactId> |
114 | 114 | <version>0.8-SNAPSHOT</version> |
115 | 115 | </dependency> |
116 | 116 | </code></pre> |
117 | 117 |
|
118 | 118 | <p>Though it is possible to compile your programs completely with the API, in most cases, you will also have to |
119 | 119 | add an implementation, e.g. the <a href="ri.html">Moneta</a> reference implementation.</p> |
120 | 120 |
|
| 121 | +<p> |
| 122 | +The release artifacts should be accessible from the following repositories: |
| 123 | +<ul> |
| 124 | +<li>Maven Central</li> |
| 125 | +<li><a href="https://repository-jsr354.forge.cloudbees.com/release" target="_blank">https://repository-jsr354.forge.cloudbees.com/release</a></li> |
| 126 | +</ul> |
| 127 | +</p> |
| 128 | +<p> |
| 129 | +Snapshot artifacts should be accessible after successful builds from: |
| 130 | +<ul> |
| 131 | +<li><a href="https://repository-jsr354.forge.cloudbees.com/snapshot" target="_blank">https://repository-jsr354.forge.cloudbees.com/snapshot</a></li> |
| 132 | +</ul> |
| 133 | +</p> |
| 134 | + |
121 | 135 | <h3> |
122 | 136 | <a name="overview" class="anchor" |
123 | 137 | href="#overview"><span |
|
127 | 141 | <p> |
128 | 142 | The API basically consists of three packages: |
129 | 143 | <ul> |
130 | | - <li><b>javax.money</b> contains the main artifacts of the API, e.g. the interfaces for <code>MonetaryAmount, CurrencyUnit, MonetaryOperator, MonetaryQuery</code>, and |
| 144 | + <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 |
131 | 145 | accessor singletons for amounts, currencies and roundings.</li> |
132 | 146 | <li><b>javax.money.format</b> contains the formatting logic, which has some similarities with <code>java.text</code> but relies |
133 | 147 | more on immutable artifacts and builders.</li> |
|
155 | 169 |
|
156 | 170 | <div id="footer"> |
157 | 171 | <div class="container"> |
158 | | - <p class="muted credit">© 2013-2014 | Mixed with <a href="http://twitter.github.com/bootstrap/">Bootstrap v2.3.1</a> | Baked with <a href="http://jbake.org">JBake v2.2.0</a></p> |
| 172 | + <p class="muted credit">© 2013 | Mixed with <a href="http://twitter.github.com/bootstrap/">Bootstrap v2.3.1</a> | Baked with <a href="http://jbake.org">JBake v2.2.0</a></p> |
159 | 173 | </div> |
160 | 174 | </div> |
161 | 175 |
|
|
0 commit comments