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