File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 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
77[ ![ 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 )
88[ ![ 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 )
99
10+ > ** Note** : Starting with version 0.9.0, the Maven ` groupId ` has changed to ` io.zenwave360 ` . The code remains fully compatible.
1011
1112Parse, Resolve, and Dereference JSON Schema $ref pointers
1213
@@ -120,7 +121,7 @@ Installation:
120121--------------------------
121122``` xml
122123<dependency >
123- <groupId >io.github. zenwave360</groupId >
124+ <groupId >io.zenwave360</groupId >
124125 <artifactId >json-schema-ref-parser-jvm</artifactId >
125126 <version >${json-schema-ref-parser-jvm.version}</version >
126127</dependency >
You can’t perform that action at this time.
0 commit comments