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