Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.iarellano |
ArtifactId | ArtifactIdjson |
Version | Version20180813 |
Type | Typejar |
Filename | Size |
---|---|
json-20180813.pom | |
json-20180813.jar | 2 KB |
json-20180813-sources.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.iarellano/json/ -->
<dependency>
<groupId>com.github.iarellano</groupId>
<artifactId>json</artifactId>
<version>20180813</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.iarellano/json/
implementation 'com.github.iarellano:json:20180813'
// https://jarcasting.com/artifacts/com.github.iarellano/json/
implementation ("com.github.iarellano:json:20180813")
'com.github.iarellano:json:jar:20180813'
<dependency org="com.github.iarellano" name="json" rev="20180813">
<artifact name="json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.iarellano', module='json', version='20180813')
)
libraryDependencies += "com.github.iarellano" % "json" % "20180813"
[com.github.iarellano/json "20180813"]