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