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