cilla-ws-client

A web service client for Cilla.

It is used by the administration frontend. However, it is also helpful if you want to access the Cilla web service API in your own projects.

How to Use

Add this snippet to your pom.xml:

<dependency>
  <groupId>org.shredzone.cilla</groupId>
  <artifactId>cilla-ws-client</artifactId>
  <version>0.2-SNAPSHOT</version>
</dependency>