|
65 | 65 | <li class="divider"></li> |
66 | 66 | <li class="nav-header">Additional Information</li> |
67 | 67 | <li><a href="https://jcp.org/en/jsr/detail?id=354" target="_blank">JSR 354 Detail Page</a></li> |
| 68 | + <!-- |
68 | 69 | <li><a href=/proxy/https/github.com/JavaMoney/JavaMoney.github.io/commit/"https://javamoney.java.net" target="_blank">JSR 354 Project on Java.net</a></li> |
69 | | - <!-- <li><a href=/proxy/https/github.com/JavaMoney/JavaMoney.github.io/commit/"blog.html">Blog (Events & History)</a></li></li> --> |
| 70 | + <li><a href=/proxy/https/github.com/JavaMoney/JavaMoney.github.io/commit/"blog.html">Blog (Events & History)</a></li></li> |
| 71 | + --> |
70 | 72 | </ul> |
71 | 73 | </li> |
72 | 74 | </ul> |
|
79 | 81 | <h1>Specification (JSR 354)</h1> |
80 | 82 | </div> |
81 | 83 |
|
82 | | - <p><em>06 September 2016</em></p> |
| 84 | + <p><em>14 April 2018</em></p> |
83 | 85 |
|
84 | 86 | <p> |
85 | 87 | <h2>Money & Currency API</h2> |
|
115 | 117 | <pre><code><dependency> |
116 | 118 | <groupId>javax.money</groupId> |
117 | 119 | <artifactId>money-api</artifactId> |
118 | | - <version>1.0.1</version> |
| 120 | + <version>1.0.2</version> |
119 | 121 | </dependency> |
120 | 122 | </code></pre> |
121 | 123 |
|
|
148 | 150 | <li><code>javax.money.spi</code> contains the service provider interfaces and the bootstrap logic, which allows to configure the API |
149 | 151 | also within EE contexts (e.g. running it within a CDI container).</li> |
150 | 152 | </ul> |
| 153 | + |
| 154 | + The Java 9 "Jigsaw" module is <code>java.money</code>. |
151 | 155 | </p> |
152 | 156 |
|
153 | 157 | <h3> |
|
174 | 178 | Join the Gitter chat <a href="https://gitter.im/orgs/JavaMoney/rooms" target="_blank"><img src="https://badges.gitter.im/Join%20Chat.svg"/></a>. |
175 | 179 | Or contact <a href="mailto:support@javamoney.org">support@javamoney.org</a> |
176 | 180 | </p> |
177 | | - <p class="muted credit">© 2016 JavaMoney | Mixed with <a href="http://twitter.github.com/bootstrap/">Bootstrap v2.3.1</a> | Baked with <a href="http://jbake.org">JBake v2.5.0</a></p> |
| 181 | + <p class="muted credit">© 2018 JavaMoney | Mixed with <a href="http://twitter.github.com/bootstrap/">Bootstrap v2.3.1</a> | Baked with <a href="http://jbake.org">JBake v2.5.0</a></p> |
178 | 182 | </div> |
179 | 183 | </div> |
180 | 184 |
|
|
0 commit comments