| License |
License |
|---|---|
| Categories |
CategoriesAuto Application Layer Libs Code Generators JSON Data |
| GroupId | GroupIdcom.workday |
| ArtifactId | ArtifactIdautoparse-json |
| Version | Version0.4 |
| Type | Typejar |
| Description |
DescriptionAutoparse JSON
A java library built specifically for Android that uses code generation to parse JSON into custom objects in your project.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| autoparse-json-0.4.pom | |
| autoparse-json-0.4.jar | 47 KB |
| autoparse-json-0.4-sources.jar | 37 KB |
| autoparse-json-0.4-javadoc.jar | 138 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.workday/autoparse-json/ -->
<dependency>
<groupId>com.workday</groupId>
<artifactId>autoparse-json</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.workday/autoparse-json/
implementation 'com.workday:autoparse-json:0.4'
// https://jarcasting.com/artifacts/com.workday/autoparse-json/
implementation ("com.workday:autoparse-json:0.4")
'com.workday:autoparse-json:jar:0.4'
<dependency org="com.workday" name="autoparse-json" rev="0.4">
<artifact name="autoparse-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.workday', module='autoparse-json', version='0.4')
)
libraryDependencies += "com.workday" % "autoparse-json" % "0.4"
[com.workday/autoparse-json "0.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.json : json | jar | 20190722 |
| com.workday : metajava | jar | 1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |