Download gsonvalue-annotations-0.9.jar file - Jar g

Jar examples for g:gsonvalue-annotations

Description

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

You can download jar file gsonvalue-annotations 0.9 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add gsonvalue-annotations-0.9.jar to your project.

<dependency>
   <groupId>me.tatarka.gsonvalue</groupId>
   <artifactId>gsonvalue-annotations</artifactId>
   <version>0.9</version>
</dependency>
compile group: 'me.tatarka.gsonvalue', name: 'gsonvalue-annotations', version: '0.9'
libraryDependencies += "me.tatarka.gsonvalue" % "gsonvalue-annotations" % "0.9"
<dependency org="me.tatarka.gsonvalue" name="gsonvalue-annotations" rev="0.9"/>
@Grapes(@Grab(group='me.tatarka.gsonvalue', module='gsonvalue-annotations', version='0.9'))
'me.tatarka.gsonvalue:gsonvalue-annotations:jar:0.9'

Download

Click the following link to download the jar file.

gsonvalue-annotations-0.9-javadoc.jar
gsonvalue-annotations-0.9-sources.jar
gsonvalue-annotations-0.9.jar
gsonvalue-annotations-0.9.pom



Related Tutorials