is not current version
Last Version 1.16

com.github.vincentrussell:json-data-generator 1.2

json-data-generator helps you build json data that you need for test data purposes. It has a lot of nice features that you can use to build as much test data as you need.

Categories

Categories

Data JSON
GroupId

GroupId

com.github.vincentrussell
ArtifactId

ArtifactId

json-data-generator
Version

Version

1.2
Type

Type

jar

Download json-data-generator 1.2


<!-- https://jarcasting.com/artifacts/com.github.vincentrussell/json-data-generator/ -->
<dependency>
    <groupId>com.github.vincentrussell</groupId>
    <artifactId>json-data-generator</artifactId>
    <version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vincentrussell/json-data-generator/
implementation 'com.github.vincentrussell:json-data-generator:1.2'
// https://jarcasting.com/artifacts/com.github.vincentrussell/json-data-generator/
implementation ("com.github.vincentrussell:json-data-generator:1.2")
'com.github.vincentrussell:json-data-generator:jar:1.2'
<dependency org="com.github.vincentrussell" name="json-data-generator" rev="1.2">
  <artifact name="json-data-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vincentrussell', module='json-data-generator', version='1.2')
)
libraryDependencies += "com.github.vincentrussell" % "json-data-generator" % "1.2"
[com.github.vincentrussell/json-data-generator "1.2"]