Download gson-2.5.jar file - Jar g

Jar examples for g:gson

Description

This library provides helper functions and common JSON structures using GSON.

You can download jar file gson 2.5 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add gson-2.5.jar to your project.

<dependency>
   <groupId>com.google.code.gson</groupId>
   <artifactId>gson</artifactId>
   <version>2.5</version>
</dependency>
compile group: 'com.google.code.gson', name: 'gson', version: '2.5'
libraryDependencies += "com.google.code.gson" % "gson" % "2.5"
<dependency org="com.google.code.gson" name="gson" rev="2.5"/>
@Grapes(@Grab(group='com.google.code.gson', module='gson', version='2.5'))
'com.google.code.gson:gson:jar:2.5'

Download

Click the following link to download the jar file.

gson-2.5-javadoc.jar
gson-2.5-sources.jar
gson-2.5.jar
gson-2.5.pom



Related Tutorials