o

opennlp-linguistics

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