GroupId | GroupIdcom.linkedin.calcite |
---|---|
ArtifactId | ArtifactIdcalcite-spark |
Version | Version1.21.0.146 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.linkedin.calcite/calcite-spark/ -->
<dependency>
<groupId>com.linkedin.calcite</groupId>
<artifactId>calcite-spark</artifactId>
<version>1.21.0.146</version>
</dependency>
// https://jarcasting.com/artifacts/com.linkedin.calcite/calcite-spark/
implementation 'com.linkedin.calcite:calcite-spark:1.21.0.146'
// https://jarcasting.com/artifacts/com.linkedin.calcite/calcite-spark/
implementation ("com.linkedin.calcite:calcite-spark:1.21.0.146")
'com.linkedin.calcite:calcite-spark:jar:1.21.0.146'
<dependency org="com.linkedin.calcite" name="calcite-spark" rev="1.21.0.146">
<artifact name="calcite-spark" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.linkedin.calcite', module='calcite-spark', version='1.21.0.146')
)
libraryDependencies += "com.linkedin.calcite" % "calcite-spark" % "1.21.0.146"
[com.linkedin.calcite/calcite-spark "1.21.0.146"]