Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.apache.lucene |
ArtifactId | ArtifactIdlucene-wordnet |
Version | Version2.9.4 |
Type | Typejar |
Filename | Size |
---|---|
lucene-wordnet-2.9.4.pom | |
lucene-wordnet-2.9.4.jar | 14 KB |
lucene-wordnet-2.9.4-sources.jar | 15 KB |
lucene-wordnet-2.9.4-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.lucene/lucene-wordnet/ -->
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-wordnet</artifactId>
<version>2.9.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.lucene/lucene-wordnet/
implementation 'org.apache.lucene:lucene-wordnet:2.9.4'
// https://jarcasting.com/artifacts/org.apache.lucene/lucene-wordnet/
implementation ("org.apache.lucene:lucene-wordnet:2.9.4")
'org.apache.lucene:lucene-wordnet:jar:2.9.4'
<dependency org="org.apache.lucene" name="lucene-wordnet" rev="2.9.4">
<artifact name="lucene-wordnet" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.lucene', module='lucene-wordnet', version='2.9.4')
)
libraryDependencies += "org.apache.lucene" % "lucene-wordnet" % "2.9.4"
[org.apache.lucene/lucene-wordnet "2.9.4"]