License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdorg.apache.lucene |
ArtifactId | ArtifactIdlucene-wordnet |
Version | Version3.3.0 |
Type | Typejar |
Description |
DescriptionLucene Wordnet
WordNet
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
lucene-wordnet-3.3.0.pom | |
lucene-wordnet-3.3.0.jar | 38 KB |
lucene-wordnet-3.3.0-sources.jar | 30 KB |
lucene-wordnet-3.3.0-javadoc.jar | 63 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.lucene/lucene-wordnet/ -->
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-wordnet</artifactId>
<version>3.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.lucene/lucene-wordnet/
implementation 'org.apache.lucene:lucene-wordnet:3.3.0'
// https://jarcasting.com/artifacts/org.apache.lucene/lucene-wordnet/
implementation ("org.apache.lucene:lucene-wordnet:3.3.0")
'org.apache.lucene:lucene-wordnet:jar:3.3.0'
<dependency org="org.apache.lucene" name="lucene-wordnet" rev="3.3.0">
<artifact name="lucene-wordnet" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.lucene', module='lucene-wordnet', version='3.3.0')
)
libraryDependencies += "org.apache.lucene" % "lucene-wordnet" % "3.3.0"
[org.apache.lucene/lucene-wordnet "3.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.lucene : lucene-core | jar | 3.3.0 |
org.apache.lucene : lucene-analyzers | jar | 3.3.0 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.lucene : lucene-test-framework | jar | 3.3.0 |
junit : junit | jar | 4.7 |