Mentions légales du service

Skip to content
Snippets Groups Projects
Commit f7b5d136 authored by Jérôme Euzenat's avatar Jérôme Euzenat
Browse files

- Added Google gson library for parsing LOV catalog

parent ab1d70ef
No related branches found
No related tags found
No related merge requests found
File added
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>com.google</groupId>
<artifactId>gson</artifactId>
<version>2.2.3</version>
<name>Google gson</name>
<inceptionYear>2011</inceptionYear>
<description>
Gson is a Java library that can be used to convert a Java object into its
JSON representation. It can also be used to convert a JSON string into an
equivalent Java object. Gson can work with arbitrary Java objects including
pre-existing objects that you do not have source-code of.
</description>
<packaging>jar</packaging>
<licenses>
<license>
<name>Apache License Version 2.0, January 2004</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<url>http://code.google.com/p/google-gson</url>
</project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment