is not current version
Last Version 1.1

com.google.code.greaze:greaze-client 0.5.2

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

Categories

Categories

CLI User Interface
GroupId

GroupId

com.google.code.greaze
ArtifactId

ArtifactId

greaze-client
Version

Version

0.5.2
Type

Type

jar

Download greaze-client 0.5.2


<!-- https://jarcasting.com/artifacts/com.google.code.greaze/greaze-client/ -->
<dependency>
    <groupId>com.google.code.greaze</groupId>
    <artifactId>greaze-client</artifactId>
    <version>0.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.greaze/greaze-client/
implementation 'com.google.code.greaze:greaze-client:0.5.2'
// https://jarcasting.com/artifacts/com.google.code.greaze/greaze-client/
implementation ("com.google.code.greaze:greaze-client:0.5.2")
'com.google.code.greaze:greaze-client:jar:0.5.2'
<dependency org="com.google.code.greaze" name="greaze-client" rev="0.5.2">
  <artifact name="greaze-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.greaze', module='greaze-client', version='0.5.2')
)
libraryDependencies += "com.google.code.greaze" % "greaze-client" % "0.5.2"
[com.google.code.greaze/greaze-client "0.5.2"]