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!
http://gsonfire.io
The MIT License
Julio Viera
Files download
File Operation
gson-fire-1.8.0.jar download
gson-fire-1.8.0.pom download
gson-fire-1.8.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.gsonfire</groupId>
  <artifactId>gson-fire</artifactId>
  <version>1.8.0</version>
</dependency>
Gradle Groovy
implementation 'io.gsonfire:gson-fire:1.8.0'
Gradle Kotlin
implementation("io.gsonfire:gson-fire:1.8.0")
Scala SBT
libraryDependencies += "io.gsonfire" % "gson-fire" % "1.8.0"
Groovy Grape
@Grapes(
  @Grab(group='io.gsonfire', module='gson-fire', version='1.8.0')
)
Apache Ivy
<dependency org="io.gsonfire" name="gson-fire" rev="1.8.0" />
Leiningen
[io.gsonfire/gson-fire "1.8.0"]
Apache Buildr
'io.gsonfire:gson-fire:jar:1.8.0'
Dependencies