How to install the Java artifact com.google.code.greaze.greaze-client with Maven
Java
Maven
pom.xml
com.google.code.greaze
greaze-client
Add the following lines to your pom.xml within the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>com.google.code.greaze</groupId>
<artifactId>greaze-client</artifactId>
<version>1.1</version>
</dependency>
/dependencies>