6
6
< meta name ="description " content ="Hamcrest "/>
7
7
< meta name ="keywords " content ="hamcrest java matchers junit testing "/>
8
8
< meta name ="robots " content ="index, follow "/>
9
- < meta name ="date " content ="2012-09 -01 "/>
9
+ < meta name ="date " content ="2018-11 -01 "/>
10
10
< title > Java Hamcrest</ title >
11
11
12
12
< style >
65
65
< div class ="content ">
66
66
< h1 > < img class ="logo " src ="http://hamcrest.org/images/logo.jpg " title ="hamcrest " alt ="hamcrest surfer "> </ img > Java Hamcrest</ h1 >
67
67
< h2 > Matchers that can be combined to create flexible expressions of intent</ h2 >
68
+ < h3 > Documentation</ h3 >
69
+ < ul >
70
+ < li > < a href ="https://github.com/hamcrest/JavaHamcrest/wiki/The-Hamcrest-Tutorial "> Getting Started</ a > </ li >
71
+ < li > < a href ="./javadoc/ "> API Documentation (JavaDoc)</ a > </ li >
72
+ </ ul >
68
73
< h3 > Downloads</ h3 >
69
74
< ul >
70
75
< li > < a href ="http://search.maven.org/#search|ga|1|g%3Aorg.hamcrest "> Java Hamcrest Binaries< a /> (via Maven Central), explained < a href ="http://code.google.com/p/hamcrest/wiki/HamcrestDistributables "> here</ a > </ li >
71
76
< li > < a href ="http://github.com/hamcrest/JavaHamcrest "> Source Repository</ a > </ li >
72
77
< li > < a href ="http://opensource.org/licenses/BSD-3-Clause "> Project License</ a > </ li >
73
78
< li > < a href ="https://github.com/hamcrest/JavaHamcrest/wiki/Related-Projects "> Extensions</ a > </ li >
74
79
</ ul >
75
- < h3 > Documentation</ h3 >
76
- < ul >
77
- < li > < a href ="http://code.google.com/p/hamcrest/wiki/Tutorial "> Getting Started</ a > </ li >
78
- < li > < a href ="./javadoc/ "> API Documentation (JavaDoc)</ a > </ li >
79
- </ ul >
80
80
< h3 > User Support</ h3 >
81
81
< ul >
82
82
< li > < a href ="https://groups.google.com/forum/?fromgroups#!forum/hamcrest-java "> Hamcrest Java Users Mailing List</ a > </ li >
@@ -87,7 +87,7 @@ <h3>User Support</h3>
87
87
< span style ="float:right; ">
88
88
Released under the < a href ="http://opensource.org/licenses/BSD-3-Clause "> BSD License</ a > .
89
89
</ span >
90
- Copyright 2012- < a href ="http://hamcrest.org "> hamcrest.org</ a >
90
+ Copyright 2012-2018 < a href ="http://hamcrest.org "> hamcrest.org</ a >
91
91
</ footer >
92
92
</ div >
93
93
< a href ="http://github.com/hamcrest/JavaHamcrest "> < img style ="position: absolute; top: 0; right: 0; border: 0; " src ="https://s3.amazonaws.com/github/ribbons/forkme_right_green_007200.png " alt ="Fork me on GitHub "> </ a >
0 commit comments