Gson Extension

The GsonExtension library used to convert any JSON String to Java Object or Map String like {a=1,b=2}. to Java Object.

License

License

Categories

Categories

Gson Data JSON
GroupId

GroupId

io.github.githubshah
ArtifactId

ArtifactId

gsonExtension
Last Version

Last Version

4.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Gson Extension
The GsonExtension library used to convert any JSON String to Java Object or Map String like {a=1,b=2}. to Java Object.

Download gsonExtension

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-databind jar 2.13.2.2

Project Modules

There are no modules declared in this project.

Versions

Version
4.1.0
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.0.0
1.2.5
1.2.4