l

lucene-benchmark-jmh

Apache Lucene (module: benchmark-jmh)
https://lucene.apache.org/
Apache 2
Files download
File Operation
lucene-benchmark-jmh-10.0.0.jar download
lucene-benchmark-jmh-10.0.0.pom download
lucene-benchmark-jmh-10.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.lucene</groupId>
  <artifactId>lucene-benchmark-jmh</artifactId>
  <version>10.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.lucene:lucene-benchmark-jmh:10.0.0'
Gradle Kotlin
implementation("org.apache.lucene:lucene-benchmark-jmh:10.0.0")
Scala SBT
libraryDependencies += "org.apache.lucene" % "lucene-benchmark-jmh" % "10.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.lucene', module='lucene-benchmark-jmh', version='10.0.0')
)
Apache Ivy
<dependency org="org.apache.lucene" name="lucene-benchmark-jmh" rev="10.0.0" />
Leiningen
[org.apache.lucene/lucene-benchmark-jmh "10.0.0"]
Apache Buildr
'org.apache.lucene:lucene-benchmark-jmh:jar:10.0.0'