is not current version
Last Version 1.0.17

io.github.json-snapshot:json-snapshot 1.0.12

Snapshot Testing for Java

Categories

Categories

JSON Data
GroupId

GroupId

io.github.json-snapshot
ArtifactId

ArtifactId

json-snapshot
Version

Version

1.0.12
Type

Type

jar

Download json-snapshot 1.0.12


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