| GroupId | GroupIdorg.apache.calcite | 
|---|---|
| ArtifactId | ArtifactIdcalcite-ubenchmark | 
| Version | Version0.9.2-incubating | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.apache.calcite/calcite-ubenchmark/ -->
<dependency>
    <groupId>org.apache.calcite</groupId>
    <artifactId>calcite-ubenchmark</artifactId>
    <version>0.9.2-incubating</version>
</dependency>// https://jarcasting.com/artifacts/org.apache.calcite/calcite-ubenchmark/
implementation 'org.apache.calcite:calcite-ubenchmark:0.9.2-incubating'// https://jarcasting.com/artifacts/org.apache.calcite/calcite-ubenchmark/
implementation ("org.apache.calcite:calcite-ubenchmark:0.9.2-incubating")'org.apache.calcite:calcite-ubenchmark:jar:0.9.2-incubating'<dependency org="org.apache.calcite" name="calcite-ubenchmark" rev="0.9.2-incubating">
  <artifact name="calcite-ubenchmark" type="jar" />
</dependency>@Grapes(
@Grab(group='org.apache.calcite', module='calcite-ubenchmark', version='0.9.2-incubating')
)libraryDependencies += "org.apache.calcite" % "calcite-ubenchmark" % "0.9.2-incubating"[org.apache.calcite/calcite-ubenchmark "0.9.2-incubating"]