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