Download greaze-client-0.5.jar file - Jar g

Jar examples for g:greaze-client

Description

A Framework for Writing Clients for JSON based REST and Web services

You can download jar file greaze-client 0.5 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add greaze-client-0.5.jar to your project.

<dependency>
   <groupId>com.google.code.greaze</groupId>
   <artifactId>greaze-client</artifactId>
   <version>0.5</version>
</dependency>
compile group: 'com.google.code.greaze', name: 'greaze-client', version: '0.5'
libraryDependencies += "com.google.code.greaze" % "greaze-client" % "0.5"
<dependency org="com.google.code.greaze" name="greaze-client" rev="0.5"/>
@Grapes(@Grab(group='com.google.code.greaze', module='greaze-client', version='0.5'))
'com.google.code.greaze:greaze-client:jar:0.5'

Download

Click the following link to download the jar file.

greaze-client-0.5-javadoc.jar
greaze-client-0.5-sources.jar
greaze-client-0.5.jar
greaze-client-0.5.pom



Related Tutorials