| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.google.code.greaze |
| ArtifactId | ArtifactIdgreaze-client |
| Last Version | Last Version1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionGreaze REST and Web Service Client Framework
A Framework for Writing Clients for JSON based REST and Web services
|
| Filename | Size |
|---|---|
| greaze-client-1.1.pom | |
| greaze-client-1.1.jar | 30 KB |
| greaze-client-1.1-test-jar.jar | 8 KB |
| greaze-client-1.1-sources.jar | 25 KB |
| greaze-client-1.1-javadoc.jar | 114 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.google.code.greaze/greaze-client/ -->
<dependency>
<groupId>com.google.code.greaze</groupId>
<artifactId>greaze-client</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.greaze/greaze-client/
implementation 'com.google.code.greaze:greaze-client:1.1'
// https://jarcasting.com/artifacts/com.google.code.greaze/greaze-client/
implementation ("com.google.code.greaze:greaze-client:1.1")
'com.google.code.greaze:greaze-client:jar:1.1'
<dependency org="com.google.code.greaze" name="greaze-client" rev="1.1">
<artifact name="greaze-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.greaze', module='greaze-client', version='1.1')
)
libraryDependencies += "com.google.code.greaze" % "greaze-client" % "1.1"
[com.google.code.greaze/greaze-client "1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.greaze : greaze-definition | jar | 1.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.greaze : greaze-definition | test-jar | 1.1 |
| junit : junit | jar | 3.8.2 |