License |
License |
---|---|
Categories |
CategoriesGson Data JSON |
GroupId | GroupIdio.gsonfire |
ArtifactId | ArtifactIdgson-fire |
Last Version | Last Version1.9.0-alpha2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGson 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!
|
Project URL |
Project URL |
Filename | Size |
---|---|
gson-fire-1.9.0-alpha2.pom | |
gson-fire-1.9.0-alpha2.jar | 71 KB |
gson-fire-1.9.0-alpha2-tests.jar | 76 KB |
gson-fire-1.9.0-alpha2-sources.jar | 33 KB |
gson-fire-1.9.0-alpha2-javadoc.jar | 285 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.gsonfire/gson-fire/ -->
<dependency>
<groupId>io.gsonfire</groupId>
<artifactId>gson-fire</artifactId>
<version>1.9.0-alpha2</version>
</dependency>
// https://jarcasting.com/artifacts/io.gsonfire/gson-fire/
implementation 'io.gsonfire:gson-fire:1.9.0-alpha2'
// https://jarcasting.com/artifacts/io.gsonfire/gson-fire/
implementation ("io.gsonfire:gson-fire:1.9.0-alpha2")
'io.gsonfire:gson-fire:jar:1.9.0-alpha2'
<dependency org="io.gsonfire" name="gson-fire" rev="1.9.0-alpha2">
<artifact name="gson-fire" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.gsonfire', module='gson-fire', version='1.9.0-alpha2')
)
libraryDependencies += "io.gsonfire" % "gson-fire" % "1.9.0-alpha2"
[io.gsonfire/gson-fire "1.9.0-alpha2"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.8.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |