Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.apache.lucene |
ArtifactId | ArtifactIdlucene-wordnet |
Version | Version1.9.1 |
Type | Typejar |
Filename | Size |
---|---|
lucene-wordnet-1.9.1.pom | |
lucene-wordnet-1.9.1.jar | 9 KB |
Browse |
<!-- 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"]