o

opennlp-linguistics

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