is not current version
Last Version 0.0.3

com.github.andrebonna:json-snapshot 0.0.2

Snapshot Testing for Java

Categories

Categories

JSON Data
GroupId

GroupId

com.github.andrebonna
ArtifactId

ArtifactId

json-snapshot
Version

Version

0.0.2
Type

Type

jar

Download json-snapshot 0.0.2


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