is not current version
Last Version 1.2.0

com.revinate:assertj-json 1.1.0

A set of AssertJ assertions for JSON validation.

Categories

Categories

JSON Data
GroupId

GroupId

com.revinate
ArtifactId

ArtifactId

assertj-json
Version

Version

1.1.0
Type

Type

jar

Download assertj-json 1.1.0


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