Skip to content

Commit feda64b

Browse files
authored
Add maven coordinates (#80)
Add macen coordinates
1 parent b28a918 commit feda64b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,4 +261,8 @@ MyObject actual = JsonValue.of( """
261261
{"tags": ["intro", "hello"]}""" ).as( MyObject.clas );
262262

263263
JsonDiff diff1 = expected.diff( actual ); // same
264-
```
264+
```
265+
266+
## Maven cooordinates
267+
268+
The maven coordinates are [`org.hisp.dhis:json-tree`](https://search.maven.org/artifact/org.hisp.dhis/json-tree).

0 commit comments

Comments
 (0)