We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ff8c34 commit 23d721dCopy full SHA for 23d721d
README.md
@@ -19,12 +19,6 @@ Extensions
19
20
For Hamcrest extension projects see the [hamcrest extensions page][].
21
22
-Dependencies
23
-------------
24
-All libraries in the `lib` directory are used at build time, or are optional extras used for tighter integration with third party libraries.
25
-
26
-ALL OF THE DEPENDENCIES ARE OPTIONAL.
27
28
Documentation
29
30
Documentation can be found on the [Hamcrest site](http://hamcrest.org).
build.gradle
@@ -7,7 +7,7 @@ targetCompatibility=1.7
7
8
group = "org.hamcrest"
9
archivesBaseName = "java-hamcrest"
10
-version=7.0
+version=2.0
11
12
13
repositories {
0 commit comments