From b3737c014ea20203ee595a5caee454f5a472bfa9 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Tue, 15 Jul 2025 21:49:27 +0200 Subject: [PATCH] Add macen coordinates --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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).