is not current version
Last Version 1.1

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

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

1.0
Type

Type

jar

Download greaze-client 1.0


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