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
Hamcrest is a library of matchers, which can be combined in to create flexible expressions of intent in tests.
12
13
They've also been used for other purposes.
13
14
14
-
Downloads
15
-
---------
16
-
You can obtain Hamcrest binaries from [maven central](https://search.maven.org/artifact/org.hamcrest/hamcrest). Learn more at [Hamcrest Distributables](http://hamcrest.org/JavaHamcrest/distributables).
15
+
The [tutorial]([Hamcrest Distributables](http://hamcrest.org/JavaHamcrest/tutorial)) is
16
+
good place to see how Hamcrest can be used.
17
+
18
+
## Downloads
17
19
18
-
Extensions
19
-
----------
20
+
You can obtain Hamcrest binaries from [maven central](https://search.maven.org/artifact/org.hamcrest/hamcrest). If you
21
+
are using build tooling such as Maven, Gradle, etc, you can simply add a dependency declaration to your build
22
+
definition. Learn more at [Hamcrest Distributables](http://hamcrest.org/JavaHamcrest/distributables).
20
23
21
-
For Hamcrest extension projects see the [hamcrest extensions page][].
24
+
## Documentation
22
25
23
-
Documentation
24
-
-------------
25
26
Documentation can be found on the [Hamcrest site](http://hamcrest.org).
26
27
27
-
Reporting Bugs/Issues
28
-
---------------------
29
-
If you find an issue with Java Hamcrest, please report it via the
0 commit comments