| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.lucene |
| ArtifactId | ArtifactIdlucene-swing |
| Last Version | Last Version3.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionLucene Swing
Swing Models
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| lucene-swing-3.1.0.pom | |
| lucene-swing-3.1.0.jar | 17 KB |
| lucene-swing-3.1.0-sources.jar | 15 KB |
| lucene-swing-3.1.0-javadoc.jar | 40 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.lucene/lucene-swing/ -->
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-swing</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.lucene/lucene-swing/
implementation 'org.apache.lucene:lucene-swing:3.1.0'
// https://jarcasting.com/artifacts/org.apache.lucene/lucene-swing/
implementation ("org.apache.lucene:lucene-swing:3.1.0")
'org.apache.lucene:lucene-swing:jar:3.1.0'
<dependency org="org.apache.lucene" name="lucene-swing" rev="3.1.0">
<artifact name="lucene-swing" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.lucene', module='lucene-swing', version='3.1.0')
)
libraryDependencies += "org.apache.lucene" % "lucene-swing" % "3.1.0"
[org.apache.lucene/lucene-swing "3.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.lucene : lucene-core | jar | 3.1.0 |
| org.apache.lucene : lucene-analyzers | jar | 3.1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.lucene : lucene-test-framework | jar | 3.1.0 |
| junit : junit | jar | 4.7 |