| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.apache.calcite.avatica | 
    
| ArtifactId | ArtifactIdavatica-standalone-server | 
    
| Last Version | Last Version1.21.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionApache Calcite Avatica Standalone Server 
            A Standalone Avatica Server Implementation 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
<!-- https://jarcasting.com/artifacts/org.apache.calcite.avatica/avatica-standalone-server/ -->
<dependency>
    <groupId>org.apache.calcite.avatica</groupId>
    <artifactId>avatica-standalone-server</artifactId>
    <version>1.21.0</version>
</dependency>
                // https://jarcasting.com/artifacts/org.apache.calcite.avatica/avatica-standalone-server/
implementation 'org.apache.calcite.avatica:avatica-standalone-server:1.21.0'
                // https://jarcasting.com/artifacts/org.apache.calcite.avatica/avatica-standalone-server/
implementation ("org.apache.calcite.avatica:avatica-standalone-server:1.21.0")
                'org.apache.calcite.avatica:avatica-standalone-server:jar:1.21.0'
                <dependency org="org.apache.calcite.avatica" name="avatica-standalone-server" rev="1.21.0">
  <artifact name="avatica-standalone-server" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.apache.calcite.avatica', module='avatica-standalone-server', version='1.21.0')
)
                libraryDependencies += "org.apache.calcite.avatica" % "avatica-standalone-server" % "1.21.0"
                [org.apache.calcite.avatica/avatica-standalone-server "1.21.0"]