Last Version

JSON Fixtures 3.2.0

JSON fixture library that allows you to easily create beans in your tests from fixtures defined in JSON formatted files.

License

License

Categories

Categories

JSON Data
GroupId

GroupId

ie.corballis
ArtifactId

ArtifactId

json-fixtures
Version

Version

3.2.0
Type

Type

pom
Description

Description

JSON 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

https://github.com/corballis/json-fixtures

Download json-fixtures 3.2.0

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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • json-fixtures-lib
  • json-fixtures-intellij