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