File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ JSON Schema $Ref Parser for the JVM
7
7
[ ![ branches coverage] ( https://raw.githubusercontent.com/ZenWave360/json-schema-ref-parser-jvm/badges/branches.svg )] ( https://github.com/ZenWave360/json-schema-ref-parser-jvm/actions/workflows/build.yml )
8
8
[ ![ GitHub] ( https://img.shields.io/github/license/ZenWave360/json-schema-ref-parser-jvm )] ( https://github.com/ZenWave360/json-schema-ref-parser-jvm/blob/main/LICENSE )
9
9
10
+ > ** Note** : Starting with version 0.9.0, the Maven ` groupId ` has changed to ` io.zenwave360 ` . The code remains fully compatible.
10
11
11
12
Parse, Resolve, and Dereference JSON Schema $ref pointers
12
13
@@ -120,7 +121,7 @@ Installation:
120
121
--------------------------
121
122
``` xml
122
123
<dependency >
123
- <groupId >io.github. zenwave360</groupId >
124
+ <groupId >io.zenwave360</groupId >
124
125
<artifactId >json-schema-ref-parser-jvm</artifactId >
125
126
<version >${json-schema-ref-parser-jvm.version}</version >
126
127
</dependency >
You can’t perform that action at this time.
0 commit comments