не последняя версия
Последняя версия 1.9.0-alpha2

io.gsonfire:gson-fire 1.4.0

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!

Категории

Категории

Gson Данные JSON
Группа

Группа

io.gsonfire
Идентификатор

Идентификатор

gson-fire
Версия

Версия

1.4.0
Тип

Тип

jar

Скачать gson-fire 1.4.0


<!-- https://jarcasting.com/artifacts/io.gsonfire/gson-fire/ -->
<dependency>
    <groupId>io.gsonfire</groupId>
    <artifactId>gson-fire</artifactId>
    <version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.gsonfire/gson-fire/
implementation 'io.gsonfire:gson-fire:1.4.0'
// https://jarcasting.com/artifacts/io.gsonfire/gson-fire/
implementation ("io.gsonfire:gson-fire:1.4.0")
'io.gsonfire:gson-fire:jar:1.4.0'
<dependency org="io.gsonfire" name="gson-fire" rev="1.4.0">
  <artifact name="gson-fire" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.gsonfire', module='gson-fire', version='1.4.0')
)
libraryDependencies += "io.gsonfire" % "gson-fire" % "1.4.0"
[io.gsonfire/gson-fire "1.4.0"]