is not current version
Last Version 9.2.0

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

Apache Lucene Java Test Framework

GroupId

GroupId

org.apache.lucene
ArtifactId

ArtifactId

lucene-test-framework
Version

Version

3.6.2
Type

Type

jar

Download lucene-test-framework 3.6.2


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