is not current version
Last Version 9.2.0

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

Apache Lucene Java Test Framework

GroupId

GroupId

org.apache.lucene
ArtifactId

ArtifactId

lucene-test-framework
Version

Version

5.4.1
Type

Type

jar

Download lucene-test-framework 5.4.1


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