1
1
[ ![ License LGPLv3] [ LGPLv3 badge ]] [ LGPLv3 ]
2
2
[ ![ License ASL 2.0] [ ASL 2.0 badge ]] [ ASL 2.0 ]
3
3
[ ![ Build Status] [ Travis badge ]] [ Travis ]
4
- ![ Maven Central] ( https://img.shields.io/maven-central/v/com.github.fge/json-schema-validator.svg )
5
-
6
- ## Travis builds now enabled
7
-
8
- Builds are now verified by Travis (see [ issue #20 ] ( https://github.com/java-json-tools/json-patch/issues/20 ) from the json-patch project for details)
9
-
10
- https://travis-ci.org/java-json-tools/json-schema-validator
4
+ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.github.java-json-tools/json-schema-validator.svg )
11
5
12
6
## Read me first
13
7
@@ -16,7 +10,7 @@ The **current** version of this project is licensed under both [LGPLv3] (or late
16
10
17
11
** Version 2.2 is out** . See [ here] ( https://github.com/java-json-tools/json-schema-validator/wiki/Whatsnew_22 )
18
12
for the list of changes compared to 2.0. And of course, it still has [ all the
19
- features] ( https://github.com/daveclayton /json-schema-validator/wiki/Features ) of older versions.
13
+ features] ( https://github.com/java-json-tools /json-schema-validator/wiki/Features ) of older versions.
20
14
21
15
## What this is
22
16
@@ -63,21 +57,22 @@ Gradle:
63
57
64
58
``` groovy
65
59
dependencies {
66
- compile(group: "com.github.fge ", name: "json-schema-validator", version: "yourVersionHere ");
60
+ compile(group: "com.github.java-json-tools ", name: "json-schema-validator", version: "2.2.8 ");
67
61
}
68
62
```
69
63
70
64
Maven:
71
65
72
66
``` xml
73
67
<dependency >
74
- <groupId >com.github.fge </groupId >
68
+ <groupId >com.github.java-json-tools </groupId >
75
69
<artifactId >json-schema-validator</artifactId >
76
- <version >your-version-here </version >
70
+ <version >2.2.8 </version >
77
71
</dependency >
78
72
```
79
73
80
74
### "Full" jar; command line
75
+ OUTDATED: Let me know if you need this in the issues section.
81
76
82
77
This jar contains the library plus all its dependencies. Download the ** lib** jar (a little more
83
78
than 6 MiB) from [ Bintray] ( https://bintray.com/fge/maven/json-schema-validator/view ) .
@@ -114,5 +109,5 @@ details.
114
109
[ LGPLv3 ] : http://www.gnu.org/licenses/lgpl-3.0.html
115
110
[ ASL 2.0 badge] : https://img.shields.io/:license-Apache%202.0-blue.svg
116
111
[ ASL 2.0 ] : http://www.apache.org/licenses/LICENSE-2.0.html
117
- [ Travis Badge ] : https://api.travis-ci.org/daveclayton /json-schema-validator.svg?branch=master
118
- [ Travis ] : https://travis-ci.org/daveclayton /json-schema-validator
112
+ [ Travis Badge ] : https://api.travis-ci.org/java-json-tools /json-schema-validator.svg?branch=master
113
+ [ Travis ] : https://travis-ci.org/java-json-tools /json-schema-validator
0 commit comments