File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ maintain and extend it as the original library is no longer supported.
20
20
This is an implementation of [ RFC 6902 (JSON Patch)] ( http://tools.ietf.org/html/rfc6902 ) and [ RFC
21
21
7386 (JSON
22
22
Merge Patch)] ( http://tools.ietf.org/html/rfc7386 ) written in Java,
23
- which uses [ Jackson] ( https://github.com/FasterXML/jackson-databind ) (2.2. x) at its core.
23
+ which uses [ Jackson] ( https://github.com/FasterXML/jackson-databind ) (2.x) at its core.
24
24
25
25
Its features are:
26
26
@@ -45,15 +45,15 @@ dependencies {
45
45
With Maven:
46
46
47
47
``` xml
48
-
49
48
<dependency >
50
49
<groupId >com.gravity9</groupId >
51
50
<artifactId >java-json-tools</artifactId >
52
51
<version >yourVersionHere</version >
53
52
</dependency >
54
53
```
55
54
56
- Versions before 1.10 are available at ` groupId ` ` com.github.fge ` .
55
+ Versions before 1.10 are available at ` groupId ` ` com.github.fge ` and ` artifactId ` ` json-patch ` .
56
+ Versions 1.10 to 1.13 are available at ` groupId ` ` com.github.java-json-tools ` and ` artifactId ` ` json-patch ` .
57
57
58
58
## JSON "diff" factorization
59
59
You can’t perform that action at this time.
0 commit comments