o

opennlp-linguistics

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