Add dependency details to README
This commit is contained in:
parent
f75572f9cc
commit
1f512053cf
16
README.md
16
README.md
|
@ -2,6 +2,22 @@
|
|||
|
||||
This library provides helper methods for asserting JSON strings with AssertJ.
|
||||
|
||||
To include it with Maven
|
||||
```xml
|
||||
<dependency>
|
||||
<groupId>com.devsoap</groupId>
|
||||
<artifactId>assertj-json</artifactId>
|
||||
<version>0.0.2</version>
|
||||
<classifier>tests</classifier>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
And with Gradle
|
||||
```groovy
|
||||
testImplementation 'com.devsoap:assertj-json:0.0.2'
|
||||
```
|
||||
|
||||
Syntax Examples:
|
||||
```java
|
||||
|
||||
|
|
Loading…
Reference in New Issue