File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ With Gradle:
38
38
39
39
``` groovy
40
40
dependencies {
41
- compile(group: "com.gravity9", name: "java- json-tools ", version: "yourVersionHere");
41
+ compile(group: "com.gravity9", name: "json-patch-path ", version: "yourVersionHere");
42
42
}
43
43
```
44
44
@@ -47,7 +47,7 @@ With Maven:
47
47
``` xml
48
48
<dependency >
49
49
<groupId >com.gravity9</groupId >
50
- <artifactId >java- json-tools </artifactId >
50
+ <artifactId >json-patch-path </artifactId >
51
51
<version >yourVersionHere</version >
52
52
</dependency >
53
53
```
Original file line number Diff line number Diff line change 20
20
/*
21
21
* Project-specific settings. Unfortunately we cannot put the name in there!
22
22
*/
23
- group = " com.gravity9.java-json-tools " ;
23
+ group = " com.gravity9" ;
24
24
sourceCompatibility = JavaVersion . VERSION_11
25
25
targetCompatibility = JavaVersion . VERSION_11
26
26
project. ext. description = " JSON Patch (RFC 6902) and JSON Merge Patch (RFC 7386) implementation in Java, using extended TMF620 JsonPath syntax" ;
Original file line number Diff line number Diff line change 17
17
* - ASL 2.0: http://www.apache.org/licenses/LICENSE-2.0.txt
18
18
*/
19
19
20
- rootProject. name = " java- json-tools " ;
20
+ rootProject. name = " json-patch-path " ;
You can’t perform that action at this time.
0 commit comments