This project is intended to be a collection of some of my common library functions
If you use Eclipse, the gradle scripts are nice enough to create your eclipse project and classpath files.
If you have gradle installed, run:
gradle eclipse
If you do not have gradle installed, run the gradle wrapper:
./gradlew eclipse
Now you can import the project into eclipse.
If you update dependencies, pull the new libs into your classpath:
gradle eclipseClasspath