MVN

com.workday : autoparse-json-processor

Maven & Gradle

Jul 05, 2023
11 stars

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

<dependency>
    <groupId>com.workday</groupId>
    <artifactId>autoparse-json-processor</artifactId>
    <version>0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.workday : autoparse-json-processor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7

All Versions

Choose a version of com.workday : autoparse-json-processor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7
autoparse-json-processor-0.7
0.6
autoparse-json-processor-0.6
0.5
autoparse-json-processor-0.5
0.4
autoparse-json-processor-0.4
0.2
autoparse-json-processor-0.2
0.1
autoparse-json-processor-0.1

How to add a dependency to Maven

Add the following com.workday : autoparse-json-processor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.workday</groupId>
    <artifactId>autoparse-json-processor</artifactId>
    <version>0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.workday : autoparse-json-processor gradle dependency to your build.gradle file:

implementation 'com.workday:autoparse-json-processor:0.7'

Gradle Kotlin DSL: Add the following com.workday : autoparse-json-processor gradle kotlin dependency to your build.gradle.kts file:

implementation("com.workday:autoparse-json-processor:0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.workday : autoparse-json-processor sbt scala dependency to your build.sbt file:

libraryDependencies += "com.workday" % "autoparse-json-processor" % "0.7"

Advertisement

Dependencies from Group

Jan 12, 2016
6 usages
14 stars
Jan 20, 2016
2 usages
62 stars
Feb 05, 2018
2 usages
18 stars
Apr 30, 2020
1 usages
6 stars
Jan 20, 2016
1 usages
62 stars

Discover Dependencies

Apr 15, 2016
2 usages
Jul 08, 2016
2 usages
60 stars
Apr 15, 2016
0 stars
Feb 22, 2023
14 stars
May 26, 2016
1 stars