Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.mangatmodi |
ArtifactId | ArtifactIdrandomjson |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
randomjson-2.0.0.pom | |
randomjson-2.0.0.jar | 31 KB |
randomjson-2.0.0-sources.jar | 7 KB |
randomjson-2.0.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mangatmodi/randomjson/ -->
<dependency>
<groupId>com.github.mangatmodi</groupId>
<artifactId>randomjson</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mangatmodi/randomjson/
implementation 'com.github.mangatmodi:randomjson:2.0.0'
// https://jarcasting.com/artifacts/com.github.mangatmodi/randomjson/
implementation ("com.github.mangatmodi:randomjson:2.0.0")
'com.github.mangatmodi:randomjson:jar:2.0.0'
<dependency org="com.github.mangatmodi" name="randomjson" rev="2.0.0">
<artifact name="randomjson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mangatmodi', module='randomjson', version='2.0.0')
)
libraryDependencies += "com.github.mangatmodi" % "randomjson" % "2.0.0"
[com.github.mangatmodi/randomjson "2.0.0"]