#Welcome to Alfresco Client Commons
Common utility lib across client porject.
Please note this project is currently under development.
##Installation
###MAVEN
<dependency>
<groupId>org.alfresco.client</groupId>
<artifactId>client-api-commons</artifactId>
<version>1.0.0-beta1</version>
</dependency>
###GRADLE
compile 'org.alfresco.client:client-api-commons:1.0.0-beta1'