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