<dependency>
<groupId>org.cleartk</groupId>
<artifactId>cleartk-opennlp-tools</artifactId>
<version>0.10.3</version>
</dependency>
@Grapes(
@Grab(group='org.cleartk', module='cleartk-opennlp-tools', version='0.10.3')
)
<parent> <groupId>org.cleartk</groupId> <artifactId>cleartk-parent</artifactId> <version>1.3.0</version> </parent>
compile
|-- org.apache.opennlp:opennlp-maxent:3.0.2-incubating
|-- org.apache.opennlp:opennlp-tools:1.5.2-incubating
|-- org.apache.opennlp:opennlp-uima:1.5.2-incubating
|-- org.cleartk:cleartk-util:0.9.2
|-- org.cleartk:cleartk-type-system:1.2.0
test