Download gson-extras-0.2.1.jar file - Jar g

Jar examples for g:gson-extras

Description

Extra goodies for Gson, available on Google's Github repository, made available on Central.

You can download jar file gson-extras 0.2.1 in this page.

License

Apache License 2.0

Build File

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

<dependency>
   <groupId>org.danilopianini</groupId>
   <artifactId>gson-extras</artifactId>
   <version>0.2.1</version>
</dependency>
compile group: 'org.danilopianini', name: 'gson-extras', version: '0.2.1'
libraryDependencies += "org.danilopianini" % "gson-extras" % "0.2.1"
<dependency org="org.danilopianini" name="gson-extras" rev="0.2.1"/>
@Grapes(@Grab(group='org.danilopianini', module='gson-extras', version='0.2.1'))
'org.danilopianini:gson-extras:jar:0.2.1'

Download

Click the following link to download the jar file.

gson-extras-0.2.1-javadoc.jar
gson-extras-0.2.1-sources.jar
gson-extras-0.2.1.jar
gson-extras-0.2.1.pom



Related Tutorials