| License |
License |
|---|---|
| Categories |
CategoriesData JSON |
| GroupId | GroupIdcom.github.rabend |
| ArtifactId | ArtifactIdjson-data-generator |
| Last Version | Last Version0.14 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncom.github.rabend:json-data-generator
A lib for generating random JSON strings to test services
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| json-data-generator-0.14.pom | |
| json-data-generator-0.14.jar | 14 KB |
| json-data-generator-0.14-sources.jar | 6 KB |
| json-data-generator-0.14-javadoc.jar | 448 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.rabend/json-data-generator/ -->
<dependency>
<groupId>com.github.rabend</groupId>
<artifactId>json-data-generator</artifactId>
<version>0.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rabend/json-data-generator/
implementation 'com.github.rabend:json-data-generator:0.14'
// https://jarcasting.com/artifacts/com.github.rabend/json-data-generator/
implementation ("com.github.rabend:json-data-generator:0.14")
'com.github.rabend:json-data-generator:jar:0.14'
<dependency org="com.github.rabend" name="json-data-generator" rev="0.14">
<artifact name="json-data-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rabend', module='json-data-generator', version='0.14')
)
libraryDependencies += "com.github.rabend" % "json-data-generator" % "0.14"
[com.github.rabend/json-data-generator "0.14"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.jackson.core : jackson-databind | jar | 2.10.3 |
| com.github.mifmif : generex | jar | 1.0.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13 |