<dependency>
<groupId>org.zanata</groupId>
<artifactId>zanata-rest-client</artifactId>
<version>3.1.0</version>
</dependency>
<parent> <groupId>org.zanata</groupId> <artifactId>client</artifactId> <version>3.1.0</version> </parent>
compile
|-- org.zanata:zanata-common-api
|-- org.jboss.resteasy:jaxrs-api
|-- org.jboss.resteasy:resteasy-jaxrs
|-- org.apache.httpcomponents:httpclient
|-- org.apache.maven:maven-artifact
test
|-- junit:junit