is not current version
Last Version 9.2.0

org.apache.lucene:lucene-test-framework 5.5.4

Apache Lucene Java Test Framework

GroupId

GroupId

org.apache.lucene
ArtifactId

ArtifactId

lucene-test-framework
Version

Version

5.5.4
Type

Type

jar

Download lucene-test-framework 5.5.4


<!-- https://jarcasting.com/artifacts/org.apache.lucene/lucene-test-framework/ -->
<dependency>
    <groupId>org.apache.lucene</groupId>
    <artifactId>lucene-test-framework</artifactId>
    <version>5.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.lucene/lucene-test-framework/
implementation 'org.apache.lucene:lucene-test-framework:5.5.4'
// https://jarcasting.com/artifacts/org.apache.lucene/lucene-test-framework/
implementation ("org.apache.lucene:lucene-test-framework:5.5.4")
'org.apache.lucene:lucene-test-framework:jar:5.5.4'
<dependency org="org.apache.lucene" name="lucene-test-framework" rev="5.5.4">
  <artifact name="lucene-test-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.lucene', module='lucene-test-framework', version='5.5.4')
)
libraryDependencies += "org.apache.lucene" % "lucene-test-framework" % "5.5.4"
[org.apache.lucene/lucene-test-framework "5.5.4"]