<dependency>
<groupId>com.googlecode.clearnlp</groupId>
<artifactId>clearnlp</artifactId>
<version>1.4.2</version>
</dependency>
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- org.slf4j:slf4j-log4j12:1.7.5
|-- org.apache.commons:commons-compress:1.5
|-- net.sourceforge.jregex:jregex:1.2_01
|-- com.carrotsearch:hppc:0.5.2
|-- com.google.guava:guava:14.0.1
test
|-- junit:junit:4.10