# jsonschema2pojo_gradle **Repository Path**: 397667796/jsonschema2pojo_gradle ## Basic Information - **Project Name**: jsonschema2pojo_gradle - **Description**: jsonschema2pojo gradle for Android usage sample - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-05-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # jsonschema2pojo [![Build Status](https://travis-ci.org/joelittlejohn/jsonschema2pojo.png)](https://travis-ci.org/joelittlejohn/jsonschema2pojo) _jsonschema2pojo_ generates Java types from JSON Schema (or example JSON) and can annotate those types for data-binding with Jackson 1.x, Jackson 2.x or Gson. ### [Try jsonschema2pojo online](http://jsonschema2pojo.org/) You can also use jsonschema2pojo as a Maven plugin, an Ant task, a command line utility, a Gradle plugin or embedded within your own Java app. The [Getting Started](https://github.com/joelittlejohn/jsonschema2pojo/wiki/Getting-Started) guide will show you how. A very simple Maven example: ```xml org.jsonschema2pojo jsonschema2pojo-maven-plugin 0.4.11 ${basedir}/src/main/resources/schema com.example.types generate ``` Useful pages: * **[Getting Started](https://github.com/joelittlejohn/jsonschema2pojo/wiki/Getting-Started)** * [Reference](https://github.com/joelittlejohn/jsonschema2pojo/wiki/Reference) * [Latest Javadocs](http://joelittlejohn.github.io/jsonschema2pojo/javadocs/0.4.11/) * [Documentation for the Maven plugin](http://joelittlejohn.github.io/jsonschema2pojo/site/0.4.11/generate-mojo.html) * [Documentation for the Ant task](http://joelittlejohn.github.io/jsonschema2pojo/site/0.4.11/Jsonschema2PojoTask.html) Project resources: * [Downloads](https://github.com/joelittlejohn/jsonschema2pojo/releases) * [Mailing list](https://groups.google.com/forum/#!forum/jsonschema2pojo-users) Licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).