Skip to content

Commit 215f1f6

Browse files
committed
adding info to README about the java7 port
1 parent 1115a2c commit 215f1f6

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
* [When to use this library?](#when-to-use-this-library)
66
* [Maven installation](#maven-installation)
7+
* [Java7 version](#java7-version)
78
* [Quickstart](#quickstart)
89
* [Investigating failures](#investigating-failures)
910
* [JSON report of the failures](#json-report-of-the-failures)
@@ -42,6 +43,18 @@ Add the following to your `pom.xml`:
4243
</dependency>
4344
```
4445

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+
4558
## Quickstart
4659

4760

0 commit comments

Comments
 (0)