Skip to content

Commit 6319b0f

Browse files
committed
updating docs on java6/7 versions
1 parent 84a2869 commit 6319b0f

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

README.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,18 +58,24 @@ Add the JitPack repository and the dependency to your `pom.xml` as follows:
5858

5959
_Note_: from version `1.6.0`, the library is primarily distributed through JitPack. Previous versions are also available through maven central.
6060

61-
### Java7 version
61+
### Java6/7 versions
6262

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:
6466

6567
```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>
7173
```
7274

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+
7379
## Quickstart
7480

7581

0 commit comments

Comments
 (0)