55~~~~~~
66
77 < h1 > JSR 354 TCK</ h1 >
8- < h2 > Reference Implementation of JSR 354</ h2 >
9-
10- < section id ="downloads " class ="clearfix ">
11- < table border ="0 ">
12- < tr >
13- < td > < img src ="img/javamoney_cup.jpg "> </ td >
14- < td > < h3 > Welcome to JavaMoney - the Java Money and Currency API for the Java™ Platform as well as related projects and libraries</ h3 > </ td >
15- </ tr >
16- </ table >
8+ < h2 > Technical Compatibiliy Kit (TCK) of JSR 354</ h2 >
9+
10+ < section id ="downloads " class ="clearfix ">
11+ < a href ="https://github.com/JavaMoney/jsr354-ri/zipball/master " id ="download-zip " class ="button "> < span > Download .zip</ span > </ a >
12+ < a href ="https://github.com/JavaMoney/jsr354-ri/tarball/master " id ="download-tar-gz " class ="button "> < span > Download .tar.gz</ span > </ a >
13+ < a href ="https://github.com/JavaMoney/jsr354-ri " id ="view-on-github " class ="button "> < span > View on GitHub</ span > </ a >
1714 </ section >
1815
1916 < hr >
2017
2118 < section id ="main_content ">
2219 < h3 >
23- < 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 >
20+ < 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 the JSR 354 Technical Compatibiliy Kit (TCK) </ h3 >
2421
25- < p > This module implements JSR 354 Money & Currency. Hereby basically implementations of amounts, currency and roundings are provided.
26- You can access the RI by adding the following Maven dependencies:</ p >
22+ < p > This module is the TCK for JSR 354 Money & Currency. Hereby tests implementations of amounts, currency and roundings are provided.
23+ You can access the TCK by adding the following Maven dependencies:</ p >
2724
2825< pre > < code > <dependency>
29- <groupId>org.javamoney.ri </groupId>
30- <artifactId>jsr-354-ri </artifactId>
26+ <groupId>org.javamoney.tck </groupId>
27+ <artifactId>jsr-354-tck </artifactId>
3128 <version>0.8-SNAPSHOT</version>
3229</dependency>
3330</ code > </ pre >
3431
35- < p > Nevertheless we highly recommend you to depend on the Javamoney OSS library to be used, due to the following reasons:</ p >
36-
37- < ul >
38- < li > the RI only contains a very small, minimalistic subset of features. </ li >
39- < li > The JavaMoney project contains additional functionalities, such as
40- ** currency conversion,
41- ** currency management and
42- ** rounding and formatting features,
43- ** regions and validite4s support
44- ** bundles for different runtime environments</ li >
45- </ ul > < h3 >
32+ < h3 >
4633< a name ="authors-and-contributors " class ="anchor " href ="#authors-and-contributors "> < span class ="octicon octicon-link "> </ span > </ a > Authors and Contributors</ h3 >
4734
4835< p > tbd.</ p >
5138< a name ="support-or-contact " class ="anchor " href ="#support-or-contact "> < span class ="octicon octicon-link "> </ span > </ a > Support or Contact</ h3 >
5239
5340< p > tbd</ p >
54-
55-
56-
41+ </ section >
42+
0 commit comments