Download gson-extras-0.1.0.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.1.0 in this page.

License

Apache License 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials