| License |
License |
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdcom.yashoid |
| ArtifactId | ArtifactIdjsonparsable |
| Last Version | Last Version1.0.4 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
DescriptionJsonParsable
Parset library for JSONObjects and JsonReader with high flexibility and support for context.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jsonparsable-1.0.4.pom | |
| jsonparsable-1.0.4.aar | 10 KB |
| jsonparsable-1.0.4-sources.jar | 4 KB |
| jsonparsable-1.0.4-javadoc.jar | 30 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.yashoid/jsonparsable/ -->
<dependency>
<groupId>com.yashoid</groupId>
<artifactId>jsonparsable</artifactId>
<version>1.0.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.yashoid/jsonparsable/
implementation 'com.yashoid:jsonparsable:1.0.4'
// https://jarcasting.com/artifacts/com.yashoid/jsonparsable/
implementation ("com.yashoid:jsonparsable:1.0.4")
'com.yashoid:jsonparsable:aar:1.0.4'
<dependency org="com.yashoid" name="jsonparsable" rev="1.0.4">
<artifact name="jsonparsable" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.yashoid', module='jsonparsable', version='1.0.4')
)
libraryDependencies += "com.yashoid" % "jsonparsable" % "1.0.4"
[com.yashoid/jsonparsable "1.0.4"]