Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1 KB

README.md

File metadata and controls

22 lines (18 loc) · 1 KB

common

a library of utility code for a variety of "common" tasks

Development

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.

Maven signature

<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>