| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesCLI User Interface | 
        
| GroupId | GroupIdcom.google.code.greaze | 
    
| ArtifactId | ArtifactIdgreaze-example-client | 
    
| Last Version | Last Version1.1 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionGreaze Example Client 
            An example for writing clients using Greaze 
         | 
    
| Filename | Size | 
|---|---|
| greaze-example-client-1.1.pom | |
| greaze-example-client-1.1.jar | 5 KB | 
| greaze-example-client-1.1-test-jar.jar | 334 bytes | 
| greaze-example-client-1.1-sources.jar | 3 KB | 
| greaze-example-client-1.1-javadoc.jar | 34 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.google.code.greaze/greaze-example-client/ -->
<dependency>
    <groupId>com.google.code.greaze</groupId>
    <artifactId>greaze-example-client</artifactId>
    <version>1.1</version>
</dependency>
                // https://jarcasting.com/artifacts/com.google.code.greaze/greaze-example-client/
implementation 'com.google.code.greaze:greaze-example-client:1.1'
                // https://jarcasting.com/artifacts/com.google.code.greaze/greaze-example-client/
implementation ("com.google.code.greaze:greaze-example-client:1.1")
                'com.google.code.greaze:greaze-example-client:jar:1.1'
                <dependency org="com.google.code.greaze" name="greaze-example-client" rev="1.1">
  <artifact name="greaze-example-client" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.google.code.greaze', module='greaze-example-client', version='1.1')
)
                libraryDependencies += "com.google.code.greaze" % "greaze-example-client" % "1.1"
                [com.google.code.greaze/greaze-example-client "1.1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.google.code.greaze : greaze-client | jar | 1.1 | 
| com.google.code.greaze : greaze-example-definition | jar | 1.1 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 3.8.2 |