Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.mangatmodi |
ArtifactId | ArtifactIdrandomjson |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
randomjson-1.0.0.pom | |
randomjson-1.0.0.jar | 27 KB |
randomjson-1.0.0-sources.jar | 9 KB |
randomjson-1.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>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mangatmodi/randomjson/
implementation 'com.github.mangatmodi:randomjson:1.0.0'
// https://jarcasting.com/artifacts/com.github.mangatmodi/randomjson/
implementation ("com.github.mangatmodi:randomjson:1.0.0")
'com.github.mangatmodi:randomjson:jar:1.0.0'
<dependency org="com.github.mangatmodi" name="randomjson" rev="1.0.0">
<artifact name="randomjson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mangatmodi', module='randomjson', version='1.0.0')
)
libraryDependencies += "com.github.mangatmodi" % "randomjson" % "1.0.0"
[com.github.mangatmodi/randomjson "1.0.0"]