Last Version

gsonvalue-parent 0.4

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-parent
Version

Version

0.4
Type

Type

pom
Description

Description

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

Project URL

https://github.com/evant/gsonvalue

Download gsonvalue-parent 0.4

Filename Size
gsonvalue-parent-0.4.pom 5 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • gsonvalue
  • gsonvalue-annotations
  • gsonvalue-processor