Last Version

Autoparse JSON 0.4

A java library built specifically for Android that uses code generation to parse JSON into custom objects in your project.

License

License

Categories

Categories

Auto Application Layer Libs Code Generators JSON Data
GroupId

GroupId

com.workday
ArtifactId

ArtifactId

autoparse-json
Version

Version

0.4
Type

Type

jar
Description

Description

Autoparse 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

https://github.com/workday/autoparse-json
Source Code Management

Source Code Management

https://github.com/workday/autoparse-json

Download autoparse-json 0.4


<!-- 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"]

Dependencies

runtime (2)

Group / Artifact Type Version
org.json : json jar 20190722
com.workday : metajava jar 1.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.