From 1f512053cf4f3a288851d3bc9fbb18708dda119a Mon Sep 17 00:00:00 2001 From: John Ahlroos Date: Fri, 15 Nov 2024 16:39:57 +0100 Subject: [PATCH] Add dependency details to README --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 35037ad..388d56b 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,22 @@ This library provides helper methods for asserting JSON strings with AssertJ. +To include it with Maven +```xml + + com.devsoap + assertj-json + 0.0.2 + tests + test + +``` + +And with Gradle +```groovy +testImplementation 'com.devsoap:assertj-json:0.0.2' +``` + Syntax Examples: ```java