Using Maven

You can use OpenCMIS with Maven. Check the latest version available by searching the Apache repository.

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>0.2.0-incubating</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>0.2.0-incubating</version>
 </dependency>