This module adapts Coinfloor's Java client library to implement the XChange API.
This project is built with Maven. It depends on the Coinfloor Java client library, which you must fetch and install first.
$ git clone -b v1.0 https://github.com/coinfloor/java-library.git coinfloor-library
$ cd coinfloor-library
$ mvn install
$ cd ..
$ git clone https://github.com/coinfloor/xchange-coinfloor.git
$ cd xchange-coinfloor
$ mvn package
See Example.java for an example of how to use this module.