Autoparse JSON

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

Лицензия

Лицензия

Категории

Категории

Auto Библиотеки уровня приложения Code Generators JSON Данные
Группа

Группа

com.workday
Идентификатор

Идентификатор

autoparse-json
Последняя версия

Последняя версия

0.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

Autoparse JSON
A java library built specifically for Android that uses code generation to parse JSON into custom objects in your project.
Ссылка на сайт

Ссылка на сайт

https://github.com/workday/autoparse-json
Система контроля версий

Система контроля версий

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

Скачать autoparse-json

Как подключить последнюю версию

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

Зависимости

runtime (2)

Идентификатор библиотеки Тип Версия
org.json : json jar 20190722
com.workday : metajava jar 1.0

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

Модули Проекта

Данный проект не имеет модулей.

autoparse-json

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

Learn how to use Autoparse JSON in the wiki!

Latest Version: Maven Central

Build Status: Circle CI

Installation

Add the following lines to your build.gradle file, replacing $autoparse_json_version with latest version from Maven Central.

repositories {
    mavenCentral()
}

dependencies {
    compile "com.workday:autoparse-json:$autoparse_json_version"
    compile "com.workday:autoparse-json-processor:$autoparse_json_version"
}

Note that if you use the android-apt plugin or the kotlin-android plugin, you may use apt or kapt respectively instead of compile for autoparse-json-processor, e.g.

apt "com.workday:autoparse-json-processor:$autoparse_json_version"

In fact, it is highly recommended that you use apt or kapt as this will get rid of some "invalid package" and related warnings.

com.workday

Workday

Версии библиотеки

Версия
0.4
0.2
0.1