License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.hwangjr.utils |
ArtifactId | ArtifactIdjson |
Version | Version1.0.0 |
Type | Typeaar |
Description |
DescriptionJSON
Common Tools For Android Developer.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
json-1.0.0.pom | |
json-1.0.0.aar | 24 KB |
json-1.0.0-sources.jar | 13 KB |
json-1.0.0-javadoc.jar | 58 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hwangjr.utils/json/ -->
<dependency>
<groupId>com.hwangjr.utils</groupId>
<artifactId>json</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.hwangjr.utils/json/
implementation 'com.hwangjr.utils:json:1.0.0'
// https://jarcasting.com/artifacts/com.hwangjr.utils/json/
implementation ("com.hwangjr.utils:json:1.0.0")
'com.hwangjr.utils:json:aar:1.0.0'
<dependency org="com.hwangjr.utils" name="json" rev="1.0.0">
<artifact name="json" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.hwangjr.utils', module='json', version='1.0.0')
)
libraryDependencies += "com.hwangjr.utils" % "json" % "1.0.0"
[com.hwangjr.utils/json "1.0.0"]