License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.github.trickl |
ArtifactId | ArtifactIdassertj-json-serialize |
Last Version | Last Version0.1.9 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAssertJ JSON Serialize
AssertJ fluent assertions for the serialization and deserialization of POJOs into JSON.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.trickl/assertj-json-serialize/ -->
<dependency>
<groupId>com.github.trickl</groupId>
<artifactId>assertj-json-serialize</artifactId>
<version>0.1.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.trickl/assertj-json-serialize/
implementation 'com.github.trickl:assertj-json-serialize:0.1.9'
// https://jarcasting.com/artifacts/com.github.trickl/assertj-json-serialize/
implementation ("com.github.trickl:assertj-json-serialize:0.1.9")
'com.github.trickl:assertj-json-serialize:jar:0.1.9'
<dependency org="com.github.trickl" name="assertj-json-serialize" rev="0.1.9">
<artifact name="assertj-json-serialize" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.trickl', module='assertj-json-serialize', version='0.1.9')
)
libraryDependencies += "com.github.trickl" % "assertj-json-serialize" % "0.1.9"
[com.github.trickl/assertj-json-serialize "0.1.9"]
Group / Artifact | Type | Version |
---|---|---|
org.assertj : assertj-core | jar | 3.11.1 |
com.github.trickl : assertj-json | jar | 0.2.11 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.10 |
com.fasterxml.jackson.module : jackson-module-jsonSchema | jar | 2.9.10 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.16 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.15.0 |