is not current version
Last Version 3.0.3

org.apache.opennlp:opennlp-maxent 3.0.1-incubating


GroupId

GroupId

org.apache.opennlp
ArtifactId

ArtifactId

opennlp-maxent
Version

Version

3.0.1-incubating
Type

Type

jar

Download opennlp-maxent 3.0.1-incubating


<!-- https://jarcasting.com/artifacts/org.apache.opennlp/opennlp-maxent/ -->
<dependency>
    <groupId>org.apache.opennlp</groupId>
    <artifactId>opennlp-maxent</artifactId>
    <version>3.0.1-incubating</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.opennlp/opennlp-maxent/
implementation 'org.apache.opennlp:opennlp-maxent:3.0.1-incubating'
// https://jarcasting.com/artifacts/org.apache.opennlp/opennlp-maxent/
implementation ("org.apache.opennlp:opennlp-maxent:3.0.1-incubating")
'org.apache.opennlp:opennlp-maxent:jar:3.0.1-incubating'
<dependency org="org.apache.opennlp" name="opennlp-maxent" rev="3.0.1-incubating">
  <artifact name="opennlp-maxent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.opennlp', module='opennlp-maxent', version='3.0.1-incubating')
)
libraryDependencies += "org.apache.opennlp" % "opennlp-maxent" % "3.0.1-incubating"
[org.apache.opennlp/opennlp-maxent "3.0.1-incubating"]