License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdie.corballis |
ArtifactId | ArtifactIdjson-fixtures-lib |
Last Version | Last Version3.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJSON Fixtures Library
JSON fixture library that allows you to easily create beans in your tests from fixtures defined in JSON
formatted files.
|
Filename | Size |
---|---|
json-fixtures-lib-3.2.0.pom | |
json-fixtures-lib-3.2.0.jar | 72 KB |
json-fixtures-lib-3.2.0-sources.jar | 36 KB |
json-fixtures-lib-3.2.0-javadoc.jar | 310 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ie.corballis/json-fixtures-lib/ -->
<dependency>
<groupId>ie.corballis</groupId>
<artifactId>json-fixtures-lib</artifactId>
<version>3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/ie.corballis/json-fixtures-lib/
implementation 'ie.corballis:json-fixtures-lib:3.2.0'
// https://jarcasting.com/artifacts/ie.corballis/json-fixtures-lib/
implementation ("ie.corballis:json-fixtures-lib:3.2.0")
'ie.corballis:json-fixtures-lib:jar:3.2.0'
<dependency org="ie.corballis" name="json-fixtures-lib" rev="3.2.0">
<artifact name="json-fixtures-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='ie.corballis', module='json-fixtures-lib', version='3.2.0')
)
libraryDependencies += "ie.corballis" % "json-fixtures-lib" % "3.2.0"
[ie.corballis/json-fixtures-lib "3.2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-core | jar | 2.9.9 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.9 |
com.google.guava : guava | jar | 15.0 |
org.reflections : reflections | jar | 0.9.11 |
org.slf4j : slf4j-api | jar | 1.7.5 |
commons-io : commons-io | jar | 2.7 |
org.hamcrest : hamcrest-all | jar | 1.3 |
junit : junit Optional | jar | 4.13.1 |
org.junit.jupiter : junit-jupiter-engine Optional | jar | |
org.junit.vintage : junit-vintage-engine Optional | jar | |
org.easytesting : fest-assert-core | jar | 2.0M10 |
uk.co.datumedge : hamcrest-json | jar | 0.2 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.6.4 |
Group / Artifact | Type | Version |
---|---|---|
org.assertj : assertj-core | jar | 2.1.0 |
org.mockito : mockito-all | jar | 1.9.5 |
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.9.9 |