Last Version

gsonvalue 0.9

Compile-time generation of gson TypeAdapters to preserve class encapsulation.

License

License

Categories

Categories

Gson Data JSON
GroupId

GroupId

me.tatarka.gsonvalue
ArtifactId

ArtifactId

gsonvalue
Version

Version

0.9
Type

Type

jar
Description

Description

gsonvalue
Compile-time generation of gson TypeAdapters to preserve class encapsulation.
Project URL

Project URL

https://github.com/evant/gsonvalue

Download gsonvalue 0.9


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

Dependencies

compile (2)

Group / Artifact Type Version
me.tatarka.gsonvalue : gsonvalue-annotations jar 0.9
com.google.code.gson : gson jar 2.8.0

test (4)

Group / Artifact Type Version
me.tatarka.gsonvalue : gsonvalue-processor jar 0.9
me.tatarka.gsonvalue : gsonvalue jar 0.9
junit : junit jar 4.12
com.google.testing.compile : compile-testing jar 0.13

Project Modules

There are no modules declared in this project.