Skip to content

Latest commit

 

History

History

client-commons

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

#Welcome to Alfresco Client Commons

Introduction

Common utility lib across client porject.

Status

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'