UCDenver-ccp / common

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

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

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Java 100.0%