is not current version
Last Version 0.9

me.tatarka.gsonvalue:gsonvalue-annotations 0.1

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

Categories

Categories

Gson Data JSON
GroupId

GroupId

me.tatarka.gsonvalue
ArtifactId

ArtifactId

gsonvalue-annotations
Version

Version

0.1
Type

Type

jar

Download gsonvalue-annotations 0.1


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