Files download
File Operation
opennlp-maxent-3.0.2-incubating.jar download
opennlp-maxent-3.0.2-incubating.pom download
opennlp-maxent-3.0.2-incubating-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.opennlp</groupId>
  <artifactId>opennlp-maxent</artifactId>
  <version>3.0.2-incubating</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.opennlp:opennlp-maxent:3.0.2-incubating'
Gradle Kotlin
implementation("org.apache.opennlp:opennlp-maxent:3.0.2-incubating")
Scala SBT
libraryDependencies += "org.apache.opennlp" % "opennlp-maxent" % "3.0.2-incubating"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.opennlp', module='opennlp-maxent', version='3.0.2-incubating')
)
Apache Ivy
<dependency org="org.apache.opennlp" name="opennlp-maxent" rev="3.0.2-incubating" />
Leiningen
[org.apache.opennlp/opennlp-maxent "3.0.2-incubating"]
Apache Buildr
'org.apache.opennlp:opennlp-maxent:jar:3.0.2-incubating'