COLORADO COMPUTATIONAL
PHARMACOLOGY SOFTWARE
|
|
ccp-nlp
|
NEWS
LICENSE
DOCUMENTATION
MAVEN COORDINATES
<!-- the
ccp-nlp core artifact -->
<dependency> <groupId>edu.ucdenver.ccp</groupId> <artifactId>ccp-nlp-core</artifactId> <version>3.1</version> </dependency> <!-- the ccp-nlp uima artifact --> <dependency> <groupId>edu.ucdenver.ccp</groupId> <artifactId>ccp-nlp-uima</artifactId> <version>3.1</version> </dependency> <!-- the ccp-nlp uima test artifact --> <dependency> <groupId>edu.ucdenver.ccp</groupId> <artifactId>ccp-nlp-uima</artifactId> <version>3.1</version> <type>test-jar</type> <scope>test</scope> </dependency> <!-- the ccp-nlp uima collections artifact --> <dependency> <groupId>edu.ucdenver.ccp</groupId> <artifactId>ccp-nlp-uima-collections</artifactId> <version>3.1</version> </dependency> <!-- the ccp-nlp uima serialization artifact --> <dependency> <groupId>edu.ucdenver.ccp</groupId> <artifactId>ccp-nlp-uima-serialization</artifactId> <version>3.1</version> </dependency> <!-- the ccp-nlp uima shims artifact --> <dependency> <groupId>edu.ucdenver.ccp</groupId> <artifactId>ccp-nlp-uima-shims</artifactId> <version>3.1</version> </dependency> <repository> <id>bionlp-sourceforge</id> <url>http://bionlp.svn.sourceforge.net/viewvc/bionlp/repo/</url> </repository> |