GroupId | GroupIdorg.apache.calcite |
---|---|
ArtifactId | ArtifactIdcalcite-babel |
Version | Version1.24.0 |
Type | Typejar |
Filename | Size |
---|---|
calcite-babel-1.24.0.pom | |
calcite-babel-1.24.0.jar | 363 KB |
calcite-babel-1.24.0-sources.jar | 185 KB |
calcite-babel-1.24.0-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.calcite/calcite-babel/ -->
<dependency>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite-babel</artifactId>
<version>1.24.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.calcite/calcite-babel/
implementation 'org.apache.calcite:calcite-babel:1.24.0'
// https://jarcasting.com/artifacts/org.apache.calcite/calcite-babel/
implementation ("org.apache.calcite:calcite-babel:1.24.0")
'org.apache.calcite:calcite-babel:jar:1.24.0'
<dependency org="org.apache.calcite" name="calcite-babel" rev="1.24.0">
<artifact name="calcite-babel" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.calcite', module='calcite-babel', version='1.24.0')
)
libraryDependencies += "org.apache.calcite" % "calcite-babel" % "1.24.0"
[org.apache.calcite/calcite-babel "1.24.0"]