| GroupId | GroupIdorg.apache.calcite | 
|---|---|
| ArtifactId | ArtifactIdcalcite-example | 
| Version | Version1.2.0-incubating | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| calcite-example-1.2.0-incubating.pom | 1 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.apache.calcite/calcite-example/ -->
<dependency>
    <groupId>org.apache.calcite</groupId>
    <artifactId>calcite-example</artifactId>
    <version>1.2.0-incubating</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.apache.calcite/calcite-example/
implementation 'org.apache.calcite:calcite-example:1.2.0-incubating'// https://jarcasting.com/artifacts/org.apache.calcite/calcite-example/
implementation ("org.apache.calcite:calcite-example:1.2.0-incubating")'org.apache.calcite:calcite-example:pom:1.2.0-incubating'<dependency org="org.apache.calcite" name="calcite-example" rev="1.2.0-incubating">
  <artifact name="calcite-example" type="pom" />
</dependency>@Grapes(
@Grab(group='org.apache.calcite', module='calcite-example', version='1.2.0-incubating')
)libraryDependencies += "org.apache.calcite" % "calcite-example" % "1.2.0-incubating"[org.apache.calcite/calcite-example "1.2.0-incubating"]