Download gsonpath-compiler-base-1.2.0.jar file - Jar g

Jar examples for g:gsonpath-compiler-base

Description

An annotation processor which generates Type Adapters for the Google Gson library

You can download jar file gsonpath-compiler-base 1.2.0 in this page.

License

MIT License

Build File

You can use the following script to add gsonpath-compiler-base-1.2.0.jar to your project.

<dependency>
   <groupId>net.lachlanmckee</groupId>
   <artifactId>gsonpath-compiler-base</artifactId>
   <version>1.2.0</version>
</dependency>
compile group: 'net.lachlanmckee', name: 'gsonpath-compiler-base', version: '1.2.0'
libraryDependencies += "net.lachlanmckee" % "gsonpath-compiler-base" % "1.2.0"
<dependency org="net.lachlanmckee" name="gsonpath-compiler-base" rev="1.2.0"/>
@Grapes(@Grab(group='net.lachlanmckee', module='gsonpath-compiler-base', version='1.2.0'))
'net.lachlanmckee:gsonpath-compiler-base:jar:1.2.0'

Download

Click the following link to download the jar file.

gsonpath-compiler-base-1.2.0-javadoc.jar
gsonpath-compiler-base-1.2.0-sources.jar
gsonpath-compiler-base-1.2.0.jar
gsonpath-compiler-base-1.2.0.pom



Related Tutorials