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