| License |
License |
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdcom.github.andrebonna |
| ArtifactId | ArtifactIdjson-snapshot |
| Last Version | Last Version0.0.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjson-snapshot
Snapshot Testing for Java
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| json-snapshot-0.0.3.pom | |
| json-snapshot-0.0.3.jar | 10 KB |
| json-snapshot-0.0.3-sources.jar | 6 KB |
| json-snapshot-0.0.3-javadoc.jar | 37 KB |
| Browse |
<!-- 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"]
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.16.18 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |