diff --git a/README.md b/README.md index 0bf1034..759607c 100644 --- a/README.md +++ b/README.md @@ -261,4 +261,8 @@ MyObject actual = JsonValue.of( """ {"tags": ["intro", "hello"]}""" ).as( MyObject.clas ); JsonDiff diff1 = expected.diff( actual ); // same -``` \ No newline at end of file +``` + +## Maven cooordinates + +The maven coordinates are [`org.hisp.dhis:json-tree`](https://search.maven.org/artifact/org.hisp.dhis/json-tree).