License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.github.mangatmodi |
ArtifactId | ArtifactIdrandomjson |
Version | Version2.1.2 |
Type | Typejar |
Description |
DescriptionRandom Json Creator
Provides a library to create a random json string
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
randomjson-2.1.2.pom | |
randomjson-2.1.2.jar | 36 KB |
randomjson-2.1.2-sources.jar | 8 KB |
randomjson-2.1.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mangatmodi/randomjson/ -->
<dependency>
<groupId>com.github.mangatmodi</groupId>
<artifactId>randomjson</artifactId>
<version>2.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mangatmodi/randomjson/
implementation 'com.github.mangatmodi:randomjson:2.1.2'
// https://jarcasting.com/artifacts/com.github.mangatmodi/randomjson/
implementation ("com.github.mangatmodi:randomjson:2.1.2")
'com.github.mangatmodi:randomjson:jar:2.1.2'
<dependency org="com.github.mangatmodi" name="randomjson" rev="2.1.2">
<artifact name="randomjson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mangatmodi', module='randomjson', version='2.1.2')
)
libraryDependencies += "com.github.mangatmodi" % "randomjson" % "2.1.2"
[com.github.mangatmodi/randomjson "2.1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.3.30 |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.3.30 |
ch.qos.logback : logback-classic | jar | 1.2.2 |
org.slf4j : slf4j-api | jar | 1.7.25 |
org.slf4j : jul-to-slf4j | jar | 1.7.25 |
org.slf4j : jcl-over-slf4j | jar | 1.7.25 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.8 |
com.fasterxml.jackson.core : jackson-core | jar | 2.9.8 |
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.9.8 |
com.fasterxml.jackson.module : jackson-module-kotlin | jar | 2.9.8 |
info.picocli : picocli | jar | 3.9.3 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.4.0-M1 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.4.0-M1 |
org.hamcrest : hamcrest-junit | jar | 2.0.0.0 |
io.kotlintest : kotlintest | jar | 2.0.7 |