GroupId | GroupIdorg.apache.opennlp |
---|---|
ArtifactId | ArtifactIdopennlp-maxent |
Version | Version3.0.1-incubating |
Type | Typejar |
<!-- 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"]