| License |
License |
|---|---|
| Categories |
CategoriesAnt Build Tools |
| GroupId | GroupIdorg.apache.lucene |
| ArtifactId | ArtifactIdlucene-ant |
| Last Version | Last Version3.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionLucene Contrib Ant
Ant task to create Lucene indexes
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| lucene-ant-3.1.0.pom | |
| lucene-ant-3.1.0.jar | 20 KB |
| lucene-ant-3.1.0-sources.jar | 19 KB |
| lucene-ant-3.1.0-javadoc.jar | 71 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.lucene/lucene-ant/ -->
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-ant</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.lucene/lucene-ant/
implementation 'org.apache.lucene:lucene-ant:3.1.0'
// https://jarcasting.com/artifacts/org.apache.lucene/lucene-ant/
implementation ("org.apache.lucene:lucene-ant:3.1.0")
'org.apache.lucene:lucene-ant:jar:3.1.0'
<dependency org="org.apache.lucene" name="lucene-ant" rev="3.1.0">
<artifact name="lucene-ant" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.lucene', module='lucene-ant', version='3.1.0')
)
libraryDependencies += "org.apache.lucene" % "lucene-ant" % "3.1.0"
[org.apache.lucene/lucene-ant "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 |
| jtidy : jtidy | jar | 4aug2000r7-dev |
| org.apache.ant : ant | jar | 1.7.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.lucene : lucene-test-framework | jar | 3.1.0 |
| org.apache.ant : ant-junit | jar | 1.7.1 |
| junit : junit | jar | 4.7 |