mercadolibre/java-json

Name: java-json

Owner: MercadoLibre

Description: A Json interface for Java applications

Created: 2017-05-24 14:30:13.0

Updated: 2017-06-13 17:36:09.0

Pushed: 2017-06-13 17:37:25.0

Homepage:

Size: 29

Language: Java

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Json

Json interface for Java 1.7+.

For questions and support please contact services@mercadolibre.com

Contents

Dependencies

You must define the repository resolver

ository>
<id>java-json-mvn-repo</id>
<url>https://raw.github.com/mercadolibre/java-json/mvn-repo/</url>
<snapshots>
    <enabled>true</enabled>
    <updatePolicy>always</updatePolicy>
</snapshots>
pository>

And the dependencies themselves

endency>
<groupId>com.mercadolibre.json</groupId>
<artifactId>json-core</artifactId>
<version>0.0.4</version>
pendency>

endency>
<groupId>com.mercadolibre.json_jackson</groupId>
<artifactId>json-jackson</artifactId>
<version>0.0.4</version>
pendency>

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.