is not current version
Last Version 1.2.0

com.revinate:assertj-json 1.0.1

A set of AssertJ assertions for JSON validation.

Categories

Categories

JSON Data
GroupId

GroupId

com.revinate
ArtifactId

ArtifactId

assertj-json
Version

Version

1.0.1
Type

Type

jar

Download assertj-json 1.0.1


<!-- https://jarcasting.com/artifacts/com.revinate/assertj-json/ -->
<dependency>
    <groupId>com.revinate</groupId>
    <artifactId>assertj-json</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.revinate/assertj-json/
implementation 'com.revinate:assertj-json:1.0.1'
// https://jarcasting.com/artifacts/com.revinate/assertj-json/
implementation ("com.revinate:assertj-json:1.0.1")
'com.revinate:assertj-json:jar:1.0.1'
<dependency org="com.revinate" name="assertj-json" rev="1.0.1">
  <artifact name="assertj-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.revinate', module='assertj-json', version='1.0.1')
)
libraryDependencies += "com.revinate" % "assertj-json" % "1.0.1"
[com.revinate/assertj-json "1.0.1"]