MVN

org.apache.calcite : calcite-ubenchmark

Maven & Gradle

Sep 06, 2019
2.8k stars

Calcite Ubenchmark · Microbenchmarks for Calcite

<dependency>
    <groupId>org.apache.calcite</groupId>
    <artifactId>calcite-ubenchmark</artifactId>
    <version>1.21.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.calcite : calcite-ubenchmark to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.21.0

All Versions

Choose a version of org.apache.calcite : calcite-ubenchmark to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.21.x
calcite-ubenchmark-1.21.0
1.20.x
calcite-ubenchmark-1.20.0
1.19.x
calcite-ubenchmark-1.19.0
1.18.x
calcite-ubenchmark-1.18.0
1.17.x
calcite-ubenchmark-1.17.0
1.16.x
calcite-ubenchmark-1.16.0
1.15.x
calcite-ubenchmark-1.15.0
1.14.x
calcite-ubenchmark-1.14.0
1.13.x
calcite-ubenchmark-1.13.0
1.12.x
calcite-ubenchmark-1.12.0
1.11.x
calcite-ubenchmark-1.11.0
1.10.x
calcite-ubenchmark-1.10.0
1.9.x
calcite-ubenchmark-1.9.0
1.8.x
calcite-ubenchmark-1.8.0
1.7.x
calcite-ubenchmark-1.7.0
1.6.x
calcite-ubenchmark-1.6.0
1.5.x
calcite-ubenchmark-1.5.0
1.4.x
calcite-ubenchmark-1.4.0-incubating
1.3.x
calcite-ubenchmark-1.3.0-incubating
1.2.x
calcite-ubenchmark-1.2.0-incubating
1.1.x
calcite-ubenchmark-1.1.0-incubating
1.0.x
calcite-ubenchmark-1.0.0-incubating
0.9.x
calcite-ubenchmark-0.9.2-incubating
calcite-ubenchmark-0.9.1-incubating

How to add a dependency to Maven

Add the following org.apache.calcite : calcite-ubenchmark maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.calcite</groupId>
    <artifactId>calcite-ubenchmark</artifactId>
    <version>1.21.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.calcite : calcite-ubenchmark gradle dependency to your build.gradle file:

implementation 'org.apache.calcite:calcite-ubenchmark:1.21.0'

Gradle Kotlin DSL: Add the following org.apache.calcite : calcite-ubenchmark gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.calcite:calcite-ubenchmark:1.21.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.calcite : calcite-ubenchmark sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.calcite" % "calcite-ubenchmark" % "1.21.0"