Veslo Gson Module

The module provides the ability to convert models (DTO) into their JSON representation and back using the Gson library.

License

License

Categories

Categories

Retrofit Net HTTP Clients Gson Data JSON
GroupId

GroupId

org.touchbit.retrofit.veslo
ArtifactId

ArtifactId

gson
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

Veslo Gson Module
The module provides the ability to convert models (DTO) into their JSON representation and back using the Gson library.
Project URL

Project URL

https://github.com/touchbit/retrofit-veslo

Download gson

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.touchbit.retrofit.veslo : core jar 1.2.0
com.google.code.gson : gson jar 2.9.0

test (3)

Group / Artifact Type Version
org.touchbit.retrofit.veslo » internal-test-module jar 1.2.0
org.junit.jupiter : junit-jupiter-api jar 5.8.2
org.junit.jupiter : junit-jupiter-params jar 5.8.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.2.0
1.1.0
1.0.1
1.0.0