File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
1
[ ![ License LGPLv3] [ LGPLv3 badge ]] [ LGPLv3 ]
2
2
[ ![ License ASL 2.0] [ ASL 2.0 badge ]] [ ASL 2.0 ]
3
- [ ![ Build Status] [ Travis badge ]] [ Travis ]
4
3
[ ![ Maven Central] [ Maven Central badge ]] [ Maven ]
5
4
6
5
## Read me first
@@ -39,17 +38,18 @@ With Gradle:
39
38
40
39
``` groovy
41
40
dependencies {
42
- compile(group: "com.github.java-json-tools ", name: "json-patch ", version: "yourVersionHere");
41
+ compile(group: "com.gravity9 ", name: "java- json-tools ", version: "yourVersionHere");
43
42
}
44
43
```
45
44
46
45
With Maven:
47
46
48
47
``` xml
48
+
49
49
<dependency >
50
- <groupId >com.github.java-json-tools </groupId >
51
- <artifactId >json-patch </artifactId >
52
- <version >yourVersionHere</version >
50
+ <groupId >com.gravity9 </groupId >
51
+ <artifactId >java- json-tools </artifactId >
52
+ <version >yourVersionHere</version >
53
53
</dependency >
54
54
```
55
55
@@ -436,7 +436,5 @@ Before:
436
436
[ LGPLv3 ] : http://www.gnu.org/licenses/lgpl-3.0.html
437
437
[ ASL 2.0 badge ] : https://img.shields.io/:license-Apache%202.0-blue.svg
438
438
[ ASL 2.0 ] : http://www.apache.org/licenses/LICENSE-2.0.html
439
- [ Travis Badge ] : https://travis-ci.com/java-json-tools/json-patch.svg?branch=master
440
- [ Travis ] : https://travis-ci.com/java-json-tools/json-patch
441
439
[ Maven Central badge ] : https://img.shields.io/maven-central/v/com.github.java-json-tools/json-patch.svg
442
440
[ Maven ] : https://search.maven.org/artifact/com.github.java-json-tools/json-patch
You can’t perform that action at this time.
0 commit comments