File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -58,18 +58,24 @@ Add the JitPack repository and the dependency to your `pom.xml` as follows:
58
58
59
59
_ Note_ : from version ` 1.6.0 ` , the library is primarily distributed through JitPack. Previous versions are also available through maven central.
60
60
61
- ### Java7 version
61
+ ### Java6/7 versions
62
62
63
- If you are looking for a version which works on Java7, then you can use this artifact, kindly backported by [ Doctusoft] ( https://doctusoft.com/ ) :
63
+ There were a couple of attempts to make the library work on Java 6/7.
64
+
65
+ A java6 port of version 1.9.2 was developed by @mindbender1 and it is accessible through Maven Central with the following coordinates:
64
66
65
67
``` xml
66
- <dependency >
67
- <groupId >com.doctusoft </groupId >
68
- <artifactId >json-schema-java7 </artifactId >
69
- <version >1.4.1 </version >
70
- </dependency >
68
+ <dependency >
69
+ <groupId >com.github.erosb </groupId >
70
+ <artifactId >everit- json-schema-jdk6 </artifactId >
71
+ <version >1.9.2 </version >
72
+ </dependency >
71
73
```
72
74
75
+ Backports of older versions:
76
+ * version 1.4.1 was backported by [ Doctusoft] ( https://doctusoft.com/ ) with coordinates ` com.doctusoft:json-schema-java7:1.4.1 `
77
+ * version 1.1.1 was backported by @rdruilhe and is available on JitPack as ` com.github.rdruilhe.json-schema:org.everit.json.schema:1.1.1 `
78
+
73
79
## Quickstart
74
80
75
81
You can’t perform that action at this time.
0 commit comments