a library of utility code for a variety of "common" tasks
This project follows the Git-Flow approach to branching as originally described here. To facilitate the Git-Flow branching approach, this project makes use of the jgitflow-maven-plugin as described here.
Code in the master branch reflects the latest release of this library. Code in the development branch contains the most up-to-date version of this project.
<dependency>
<groupId>edu.ucdenver.ccp</groupId>
<artifactId>common</artifactId>
<version>1.5.6</version>
</dependency>
<repository>
<id>bionlp-sourceforge</id>
<url>http://svn.code.sf.net/p/bionlp/code/repo/</url>
</repository>