| Categories |
CategoriesAnt Build Tools |
|---|---|
| GroupId | GroupIdorg.apache.lucene |
| ArtifactId | ArtifactIdlucene-ant |
| Version | Version2.9.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| lucene-ant-2.9.0.pom | |
| lucene-ant-2.9.0.jar | 19 KB |
| lucene-ant-2.9.0-sources.jar | 18 KB |
| lucene-ant-2.9.0-javadoc.jar | 66 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.lucene/lucene-ant/ -->
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-ant</artifactId>
<version>2.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.lucene/lucene-ant/
implementation 'org.apache.lucene:lucene-ant:2.9.0'
// https://jarcasting.com/artifacts/org.apache.lucene/lucene-ant/
implementation ("org.apache.lucene:lucene-ant:2.9.0")
'org.apache.lucene:lucene-ant:jar:2.9.0'
<dependency org="org.apache.lucene" name="lucene-ant" rev="2.9.0">
<artifact name="lucene-ant" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.lucene', module='lucene-ant', version='2.9.0')
)
libraryDependencies += "org.apache.lucene" % "lucene-ant" % "2.9.0"
[org.apache.lucene/lucene-ant "2.9.0"]