Skip to content

Commit

Permalink
add maven coordinates of fork
Browse files Browse the repository at this point in the history
  • Loading branch information
tonivade committed Mar 25, 2023
1 parent 724daa5 commit 61ea45d
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,18 @@ Major changes:
- Add `stream()` methods to `JsonObject` and `JsonArray`.
- Add new methods to return `Optional` to `JsonObject`.

## Original Message
You can include minimal-json from Maven Central by adding this dependency to your `pom.xml`:

```xml
<dependency>
<groupId>com.github.tonivade</groupId>
<artifactId>minimal-json</artifactId>
<version>0.10.0</version>
</dependency>
```

minimal-json [original]
===================

*I'm glad to see that minimal-json is still used, however, I can't maintain this project anymore. If anyone actively maintains a fork that follows the ideas of minimal-json, I'm happy to link to this repository here. Thank you.*

Expand Down

0 comments on commit 61ea45d

Please sign in to comment.