This project has retired. For details please refer to its Attic page.
Apache Chemistry - Using Maven
     
   
 

Using Maven

You can use OpenCMIS with Maven. Check the latest version available by searching the Apache repository. Replace the version number x.y.z with the version of the release you have in use (e.g. 0.5.0)

Client

Use this fragment to add the OpenCMIS client jars and all dependencies.

     <dependency>
        <groupId>org.apache.chemistry.opencmis</groupId>
        <artifactId>chemistry-opencmis-client-impl</artifactId>
        <version>x.y.z</version>
     </dependency>

Server

Use this fragment to add the OpenCMIS server framework and all dependencies.

     <dependency>
        <groupId>org.apache.chemistry.opencmis</groupId>
        <artifactId>chemistry-opencmis-server-support</artifactId>
        <version>x.y.z</version>
     </dependency>