Download

Binary Distribution (recommended)
To get the pre-built distribution (recommended), got to https://github.com/chb/indivo_client_java/downloads and select the latest distribution. When using the pre-built distribution, skip the "Generate Rest.java ..." and the "Build Binary distribution" steps.

Source Distribution
The source distribution includes the Java source files, excepting "Rest.java" and "Rest_py_client_style.java", and it incudes Python code for generating "Rest.java" and "Rest_py_client_style.java". Information for generating Indivo server client software, regardless of computer language, is contained in "detailed_api.xml" indivo_client_java source includes code for generating "Rest.java" and "Rest_py_client_style.java" from detailed_api.xml, instead of including Rest.java and Rest_py_client_style.java directly.
To get the source distribution:

Generate Rest.java and Rest_py_client_style.java (source distribution only)

Pre-requisite: python 2.6 or equivalent.

Build Binary Distribution (source distribution only)

Use client API