License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdie.corballis |
ArtifactId | ArtifactIdjson-fixtures |
Last Version | Last Version3.2.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJSON Fixtures
JSON fixture library that allows you to easily create beans in your tests from fixtures defined in JSON
formatted files.
|
Project URL |
Project URL |
Filename | Size |
---|---|
json-fixtures-3.2.0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ie.corballis/json-fixtures/ -->
<dependency>
<groupId>ie.corballis</groupId>
<artifactId>json-fixtures</artifactId>
<version>3.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ie.corballis/json-fixtures/
implementation 'ie.corballis:json-fixtures:3.2.0'
// https://jarcasting.com/artifacts/ie.corballis/json-fixtures/
implementation ("ie.corballis:json-fixtures:3.2.0")
'ie.corballis:json-fixtures:pom:3.2.0'
<dependency org="ie.corballis" name="json-fixtures" rev="3.2.0">
<artifact name="json-fixtures" type="pom" />
</dependency>
@Grapes(
@Grab(group='ie.corballis', module='json-fixtures', version='3.2.0')
)
libraryDependencies += "ie.corballis" % "json-fixtures" % "3.2.0"
[ie.corballis/json-fixtures "3.2.0"]