Jar examples for g:gson-fire
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.5.1 in this page.
The MIT License
You can use the following script to add gson-fire-1.5.1.jar to your project.
<dependency> <groupId>io.gsonfire</groupId> <artifactId>gson-fire</artifactId> <version>1.5.1</version> </dependency>
compile group: 'io.gsonfire', name: 'gson-fire', version: '1.5.1'
libraryDependencies += "io.gsonfire" % "gson-fire" % "1.5.1"
<dependency org="io.gsonfire" name="gson-fire" rev="1.5.1"/>
@Grapes(@Grab(group='io.gsonfire', module='gson-fire', version='1.5.1'))
'io.gsonfire:gson-fire:jar:1.5.1'
Click the following link to download the jar file.
gson-fire-1.5.1-javadoc.jar