Description
The Mezeo Java SDK is designed to enable the creation of applications that can access the Mezeo Cloud Storage Platform (MCSP).
Installation
Download
Please download the latest version of the Java SDK from the link provided at the top of the page provided as a zip file.
Getting Started
Build Scripts
Build scripts are provided for Ant and Maven.
Please compile the SDK first before compiling the examples.
In order to use Maven to compile the examples you must install the csplib dependency into your local Maven repository.
$> mvn install:install-file
-DgroupId=com.mezeo -DartifactId=csplib -Dversion=1.0
-Dpackaging=jar -Dfile=csplib/target/csplib-1.0.jar