| License |
License |
|---|---|
| Categories |
CategoriesGson Data JSON |
| GroupId | GroupIdorg.fluentcodes.tools |
| ArtifactId | ArtifactIdxpect-gson |
| Last Version | Last Version0.9.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionXpect Tests with Gson
Compare tests with GSON persisted objects.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| xpect-gson-0.9.1.pom | |
| xpect-gson-0.9.1.jar | 3 KB |
| xpect-gson-0.9.1-sources.jar | 3 KB |
| xpect-gson-0.9.1-javadoc.jar | 396 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.fluentcodes.tools/xpect-gson/ -->
<dependency>
<groupId>org.fluentcodes.tools</groupId>
<artifactId>xpect-gson</artifactId>
<version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.fluentcodes.tools/xpect-gson/
implementation 'org.fluentcodes.tools:xpect-gson:0.9.1'
// https://jarcasting.com/artifacts/org.fluentcodes.tools/xpect-gson/
implementation ("org.fluentcodes.tools:xpect-gson:0.9.1")
'org.fluentcodes.tools:xpect-gson:jar:0.9.1'
<dependency org="org.fluentcodes.tools" name="xpect-gson" rev="0.9.1">
<artifact name="xpect-gson" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fluentcodes.tools', module='xpect-gson', version='0.9.1')
)
libraryDependencies += "org.fluentcodes.tools" % "xpect-gson" % "0.9.1"
[org.fluentcodes.tools/xpect-gson "0.9.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.fluentcodes.tools : xpect | jar | 0.9.1 |
| com.google.code.gson : gson | jar | 2.8.6 |