is not current version
Last Version 2.0.0

org.apache.opennlp:opennlp-tools 1.5.1-incubating


GroupId

GroupId

org.apache.opennlp
ArtifactId

ArtifactId

opennlp-tools
Version

Version

1.5.1-incubating
Type

Type

jar

Download opennlp-tools 1.5.1-incubating


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