Jar examples for g:gson
This library provides helper functions and common JSON structures using GSON.
You can download jar file gson 1.7.2 in this page.
The Apache Software License, Version 2.0
You can use the following script to add gson-1.7.2.jar to your project.
<dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>1.7.2</version> </dependency>
compile group: 'com.google.code.gson', name: 'gson', version: '1.7.2'
libraryDependencies += "com.google.code.gson" % "gson" % "1.7.2"
<dependency org="com.google.code.gson" name="gson" rev="1.7.2"/>
@Grapes(@Grab(group='com.google.code.gson', module='gson', version='1.7.2'))
'com.google.code.gson:gson:jar:1.7.2'
Click the following link to download the jar file.
gson-1.7.2-javadoc.jar