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