json-snapshot

Snapshot Testing for Java

License

License

Categories

Categories

JSON Data
GroupId

GroupId

com.github.andrebonna
ArtifactId

ArtifactId

json-snapshot
Last Version

Last Version

0.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

json-snapshot
Snapshot Testing for Java
Project URL

Project URL

http://github.com/andrebonna/json-snapshot
Source Code Management

Source Code Management

http://github.com/andrebonna/json-snapshot

Download json-snapshot

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
com.google.code.gson : gson jar 2.8.2
org.apache.commons : commons-lang3 jar 3.7
org.assertj : assertj-core jar 3.8.0
org.slf4j : slf4j-api jar 1.7.25

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.16.18

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.3
0.0.2
0.0.1