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