is not current version
Last Version 3.3.0

org.apache.lucene:lucene-wordnet 1.9.1

WordNet

Categories

Categories

Net
GroupId

GroupId

org.apache.lucene
ArtifactId

ArtifactId

lucene-wordnet
Version

Version

1.9.1
Type

Type

jar

Download lucene-wordnet 1.9.1


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