Title: Maven Dependency Apache OpenNLP is also distributed via the repo1.maven.org repository and the maven artifacts are located [here](http://repo1.maven.org/maven2/org/apache/opennlp/). The Apache OpenNLP project publishes the library, javadoc and source code jars. To use OpenNLP in your project specify exactly one of the following dependencies, all transient dependencies are resolved automatically. ## OpenNLP Tools Dependency To use the OpenNLP Tools define the following dependency: org.apache.opennlp opennlp-tools 1.7.2 ## OpenNLP UIMA Annotators Dependency To use the OpenNLP UIMA Annotators define the following dependency: org.apache.opennlp opennlp-uima 1.7.2 ## OpenNLP Morfologik AddOn Dependency To use the OpenNLP Morfologik-Addon define the following dependency: org.apache.opennlp opennlp-morfologik-addon 1.7.2 ## OpenNLP Brat Annotator Dependency To use the OpenNLP UIMA Annotators define the following dependency: org.apache.opennlp opennlp-brat-annotator 1.7.2 ## OpenNLP Tools SNAPSHOT Dependency To use the current trunk version define the following dependency: org.apache.opennlp opennlp-tools 1.7.3-SNAPSHOT The SNAPSHOT dependency requires the following repository: apache opennlp snapshot https://repository.apache.org/content/repositories/snapshots/