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