This Docmosis Cloud SDK (Java Edition) makes it easy to invoke API calls on Docmosis Cloud web service endpoints from a Java application.
The github project page for this SDK can be found at the following link:
Docmosis Cloud SDK DWS3 Java - Github
Maven users can find the latest release of this SDK at The Central Repository using the following link:
Docmosis Cloud SDK DWS3 Java - The Central Repository
You can add this SDK to your maven project by adding the following dependency to your pom.xml file:
<dependency> <groupId>com.docmosis</groupId> <artifactId>docmosis-cloud-dws3-sdk-java</artifactId> <version>1.X.X</version> </dependency>
Please be sure to replace 1.X.X with the latest version number of the DWS3 SDK.
Note: to run this SDK you require Java 1.6 or later and a Docmosis Cloud account.