File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 4
4
5
5
* [ When to use this library?] ( #when-to-use-this-library )
6
6
* [ Maven installation] ( #maven-installation )
7
+ * [ Java7 version] ( #java7-version )
7
8
* [ Quickstart] ( #quickstart )
8
9
* [ Investigating failures] ( #investigating-failures )
9
10
* [ JSON report of the failures] ( #json-report-of-the-failures )
@@ -42,6 +43,18 @@ Add the following to your `pom.xml`:
42
43
</dependency >
43
44
```
44
45
46
+ ### Java7 version
47
+
48
+ If you are looking for a version which works on Java7, then you can use this artifact, kindly backported by [ Doctusoft] ( https://doctusoft.com/ ) :
49
+
50
+ ``` xml
51
+ <dependency >
52
+ <groupId >com.doctusoft</groupId >
53
+ <artifactId >json-schema-java7</artifactId >
54
+ <version >1.4.1</version >
55
+ </dependency >
56
+ ```
57
+
45
58
## Quickstart
46
59
47
60
You can’t perform that action at this time.
0 commit comments