Reader small image

You're reading from  Instant GSON

Product typeBook
Published inAug 2013
Reading LevelIntermediate
PublisherPackt
ISBN-139781783282036
Edition1st Edition
Languages
Right arrow
Author (1)
Sandeep Patel
Sandeep Patel
author image
Sandeep Patel

http://www.packtpub.com/developing-responsive-web-applications-with-ajax-and-jquery/book
Read more about Sandeep Patel

Right arrow

Configuring GSON in Eclipse


In this section, you will learn about configuring the GSON library in Eclipse IDE for a simple Java project and a Maven type project.

Getting the GSON library

The GSON library project is an open source project and is hosted by Google. This project is free for download and its use is based on Apache License 2.0. The current release of this library is 2.2.2.

The base URL of this library is http://code.google.com/p/google-gson. Navigate to the download section of this page and download the zipped version (google-gson-2.2.2-release.zip). To verify the correct download of this ZIP file, you can compare the checksum that is provided at the base site of GSON.

You can see the following five files when you unzip the downloaded file. Two of them are text files and the other three are JAR files:

Previous PageNext Page
You have been reading a chapter from
Instant GSON
Published in: Aug 2013Publisher: PacktISBN-13: 9781783282036
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
undefined
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime

Author (1)

author image
Sandeep Patel

http://www.packtpub.com/developing-responsive-web-applications-with-ajax-and-jquery/book
Read more about Sandeep Patel

File

Type

Details

License

Text

This text file has all the description about Apache License 2.0 and its use

ReadMe

Text

This text file contains the information and purpose of...