Download gson-fire-1.8.3.jar file - Jar g

Jar examples for g:gson-fire

Description

A java library that adds some very useful features to Gson, like Date serializing to unix timestamp or RFC3339, method (getter) serialization, pre and post processors and many more. Check out the documentation to learn how to use it!

You can download jar file gson-fire 1.8.3 in this page.

License

The MIT License

Build File

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

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

Download

Click the following link to download the jar file.

gson-fire-1.8.3-javadoc.jar
gson-fire-1.8.3-sources.jar
gson-fire-1.8.3-tests.jar
gson-fire-1.8.3.jar
gson-fire-1.8.3.pom



Related Tutorials