Pitaya is a simple Java utility library.
In order to build Pitaya you will need a JDK 6 (or newer) and Apache Maven 2 (or newer). To use the library you will need a JRE 6 (or newer).
Run the following command to compile the library and package it as a jar:
mvn clean package
Or, you can also directly install it in your Maven local repository by running the following command:
mvn clean install
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
For any question, feel free to contact me at kocakosm[@]gmail.com


