License |
License |
---|---|
GroupId | GroupIdcom.linkedin.calcite |
ArtifactId | ArtifactIdcalcite-example |
Version | Version1.21.0.148 |
Type | Typepom |
Description |
DescriptionCalcite Examples
Calcite examples
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
calcite-example-1.21.0.148.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.linkedin.calcite/calcite-example/ -->
<dependency>
<groupId>com.linkedin.calcite</groupId>
<artifactId>calcite-example</artifactId>
<version>1.21.0.148</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.linkedin.calcite/calcite-example/
implementation 'com.linkedin.calcite:calcite-example:1.21.0.148'
// https://jarcasting.com/artifacts/com.linkedin.calcite/calcite-example/
implementation ("com.linkedin.calcite:calcite-example:1.21.0.148")
'com.linkedin.calcite:calcite-example:pom:1.21.0.148'
<dependency org="com.linkedin.calcite" name="calcite-example" rev="1.21.0.148">
<artifact name="calcite-example" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.linkedin.calcite', module='calcite-example', version='1.21.0.148')
)
libraryDependencies += "com.linkedin.calcite" % "calcite-example" % "1.21.0.148"
[com.linkedin.calcite/calcite-example "1.21.0.148"]