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