| License | License | 
|---|---|
| Categories | CategoriesGson Data JSON | 
| GroupId | GroupIdme.tatarka.gsonvalue | 
| ArtifactId | ArtifactIdgsonvalue-parent | 
| Last Version | Last Version0.4 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | Descriptiongsonvalue-parent Compile-time generation of gson TypeAdapters to preserve class encapsulation. | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| gsonvalue-parent-0.4.pom | 4 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"]