2
2
[ ![ License ASL 2.0] [ ASL 2.0 badge ]] [ ASL 2.0 ]
3
3
[ ![ Build Status] [ Travis badge ]] [ Travis ]
4
4
[ ![ Maven Central] [ Maven Central badge ]] [ Maven ]
5
+ /
6
+ [ ![ Maven Central (equivalence)] [ Maven Central badge equivalence ]] [ Maven equivalence ]
5
7
6
8
## Read me first
7
9
@@ -29,7 +31,7 @@ This package is meant to be used with Jackson 2.2.x. It provides the three follo
29
31
## Versions
30
32
31
33
* ` jackson-coreutils ` is ** 2.0**
32
- * ` jackson-coreutils-equivalence ` is not yet released.
34
+ * ` jackson-coreutils-equivalence ` is ** 1.0 **
33
35
34
36
Javadoc is [ available
35
37
online] ( https://java-json-tools.github.io/jackson-coreutils/index.html ) .
@@ -43,6 +45,7 @@ With Gradle:
43
45
``` groovy
44
46
dependencies {
45
47
compile(group: "com.github.java-json-tools", name: "jackson-coreutils", version: "2.0");
48
+ compile(group: "com.github.java-json-tools", name: "jackson-coreutils-equivalence", version: "1.0");
46
49
}
47
50
```
48
51
@@ -54,6 +57,11 @@ With Maven:
54
57
<artifactId >jackson-coreutils</artifactId >
55
58
<version >2.0</version >
56
59
</dependency >
60
+ <dependency >
61
+ <groupId >com.github.java-json-tools</groupId >
62
+ <artifactId >jackson-coreutils-equivalence</artifactId >
63
+ <version >1.0</version >
64
+ </dependency >
57
65
```
58
66
59
67
## Description
@@ -219,3 +227,5 @@ if (!ptr.path(node).isMissingNode())
219
227
[ Travis ] : https://travis-ci.com/java-json-tools/jackson-coreutils
220
228
[ Maven Central badge ] : https://img.shields.io/maven-central/v/com.github.java-json-tools/jackson-coreutils.svg
221
229
[ Maven ] : https://search.maven.org/artifact/com.github.java-json-tools/jackson-coreutils
230
+ [ Maven Central badge equivalence ] : https://img.shields.io/maven-central/v/com.github.java-json-tools/jackson-coreutils-equivalence.svg
231
+ [ Maven equivalence ] : https://search.maven.org/artifact/com.github.java-json-tools/jackson-coreutils-equivalence
0 commit comments