is not current version
Last Version 0.4

com.workday:autoparse-json-processor 0.1

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

Categories

Categories

Auto Application Layer Libs Code Generators JSON Data
GroupId

GroupId

com.workday
ArtifactId

ArtifactId

autoparse-json-processor
Version

Version

0.1
Type

Type

jar

Download autoparse-json-processor 0.1


<!-- https://jarcasting.com/artifacts/com.workday/autoparse-json-processor/ -->
<dependency>
    <groupId>com.workday</groupId>
    <artifactId>autoparse-json-processor</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.workday/autoparse-json-processor/
implementation 'com.workday:autoparse-json-processor:0.1'
// https://jarcasting.com/artifacts/com.workday/autoparse-json-processor/
implementation ("com.workday:autoparse-json-processor:0.1")
'com.workday:autoparse-json-processor:jar:0.1'
<dependency org="com.workday" name="autoparse-json-processor" rev="0.1">
  <artifact name="autoparse-json-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.workday', module='autoparse-json-processor', version='0.1')
)
libraryDependencies += "com.workday" % "autoparse-json-processor" % "0.1"
[com.workday/autoparse-json-processor "0.1"]