MVN

com.github.vincentrussell : json-data-generator

Maven & Gradle

Jun 04, 2022
62 stars

json-data-generator · 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.

<dependency>
    <groupId>com.github.vincentrussell</groupId>
    <artifactId>json-data-generator</artifactId>
    <version>1.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.vincentrussell : json-data-generator to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.16

All Versions

Choose a version of com.github.vincentrussell : json-data-generator to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.16
json-data-generator-1.16
1.15
json-data-generator-1.15
1.14
json-data-generator-1.14
1.13
json-data-generator-1.13
1.12
json-data-generator-1.12
1.11
json-data-generator-1.11
1.10
json-data-generator-1.10
1.9
json-data-generator-1.9
1.8
json-data-generator-1.8
1.7
json-data-generator-1.7
1.6
json-data-generator-1.6
1.5
json-data-generator-1.5
1.4.x
json-data-generator-1.4.1
1.4
json-data-generator-1.4
1.3
json-data-generator-1.3
1.2
json-data-generator-1.2
1.1
json-data-generator-1.1
1.0
json-data-generator-1.0

How to add a dependency to Maven

Add the following com.github.vincentrussell : json-data-generator maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.vincentrussell</groupId>
    <artifactId>json-data-generator</artifactId>
    <version>1.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.vincentrussell : json-data-generator gradle dependency to your build.gradle file:

implementation 'com.github.vincentrussell:json-data-generator:1.16'

Gradle Kotlin DSL: Add the following com.github.vincentrussell : json-data-generator gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.vincentrussell:json-data-generator:1.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.vincentrussell : json-data-generator sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.vincentrussell" % "json-data-generator" % "1.16"

Advertisement