MVN

io.gsonfire : gson-fire

Maven & Gradle

Nov 03, 2020
269 usages
224 stars

Gson on 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!

<dependency>
    <groupId>io.gsonfire</groupId>
    <artifactId>gson-fire</artifactId>
    <version>1.8.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.gsonfire : gson-fire to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.5
  • Latest Alpha: 1.9.0-alpha2

All Versions

Choose a version of io.gsonfire : gson-fire to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
gson-fire-1.9.0-alpha2
gson-fire-1.9.0-alpha1
1.8.x
gson-fire-1.8.5
gson-fire-1.8.4
gson-fire-1.8.4-alpha2
gson-fire-1.8.4-alpha
gson-fire-1.8.3
gson-fire-1.8.2
gson-fire-1.8.1
gson-fire-1.8.0
1.7.x
gson-fire-1.7.2
gson-fire-1.7.1
gson-fire-1.7.0
1.6.x
gson-fire-1.6.0
1.5.x
gson-fire-1.5.1
gson-fire-1.5.0
1.4.x
gson-fire-1.4.0
1.3.x
gson-fire-1.3.1
gson-fire-1.3.0
1.2.x
gson-fire-1.2.0
1.1.x
gson-fire-1.1.0
1.0.x
gson-fire-1.0.1
gson-fire-1.0.0

How to add a dependency to Maven

Add the following io.gsonfire : gson-fire maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.gsonfire</groupId>
    <artifactId>gson-fire</artifactId>
    <version>1.8.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.gsonfire : gson-fire gradle dependency to your build.gradle file:

implementation 'io.gsonfire:gson-fire:1.8.5'

Gradle Kotlin DSL: Add the following io.gsonfire : gson-fire gradle kotlin dependency to your build.gradle.kts file:

implementation("io.gsonfire:gson-fire:1.8.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.gsonfire : gson-fire sbt scala dependency to your build.sbt file:

libraryDependencies += "io.gsonfire" % "gson-fire" % "1.8.5"

Advertisement

Dependencies from Group

Nov 03, 2020
269 usages
224 stars

Discover Dependencies

Aug 15, 2023
72 usages
11.1k stars
Aug 15, 2023
1.6k usages
11.1k stars
Oct 25, 2017
2 stars
Jul 10, 2023
54 usages
289 stars
Nov 03, 2020
0 stars
Dec 14, 2022
5 usages
1.2k stars