GroupId | GroupIdcom.linkedin.calcite |
---|---|
ArtifactId | ArtifactIdcalcite |
Version | Version1.21.0.140 |
Type | Typepom |
Filename | Size |
---|---|
calcite-1.21.0.140.pom | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.linkedin.calcite/calcite/ -->
<dependency>
<groupId>com.linkedin.calcite</groupId>
<artifactId>calcite</artifactId>
<version>1.21.0.140</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.linkedin.calcite/calcite/
implementation 'com.linkedin.calcite:calcite:1.21.0.140'
// https://jarcasting.com/artifacts/com.linkedin.calcite/calcite/
implementation ("com.linkedin.calcite:calcite:1.21.0.140")
'com.linkedin.calcite:calcite:pom:1.21.0.140'
<dependency org="com.linkedin.calcite" name="calcite" rev="1.21.0.140">
<artifact name="calcite" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.linkedin.calcite', module='calcite', version='1.21.0.140')
)
libraryDependencies += "com.linkedin.calcite" % "calcite" % "1.21.0.140"
[com.linkedin.calcite/calcite "1.21.0.140"]