GroupId | GroupIdcom.linkedin.calcite |
---|---|
ArtifactId | ArtifactIdcalcite-pig |
Version | Version1.21.0.138 |
Type | Typejar |
Filename | Size |
---|---|
calcite-pig-1.21.0.138.pom | |
calcite-pig-1.21.0.138.jar | 46 KB |
calcite-pig-1.21.0.138-tests.jar | 20 KB |
calcite-pig-1.21.0.138-test-sources.jar | 17 KB |
calcite-pig-1.21.0.138-sources.jar | 33 KB |
calcite-pig-1.21.0.138-javadoc.jar | 525 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.linkedin.calcite/calcite-pig/ -->
<dependency>
<groupId>com.linkedin.calcite</groupId>
<artifactId>calcite-pig</artifactId>
<version>1.21.0.138</version>
</dependency>
// https://jarcasting.com/artifacts/com.linkedin.calcite/calcite-pig/
implementation 'com.linkedin.calcite:calcite-pig:1.21.0.138'
// https://jarcasting.com/artifacts/com.linkedin.calcite/calcite-pig/
implementation ("com.linkedin.calcite:calcite-pig:1.21.0.138")
'com.linkedin.calcite:calcite-pig:jar:1.21.0.138'
<dependency org="com.linkedin.calcite" name="calcite-pig" rev="1.21.0.138">
<artifact name="calcite-pig" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.linkedin.calcite', module='calcite-pig', version='1.21.0.138')
)
libraryDependencies += "com.linkedin.calcite" % "calcite-pig" % "1.21.0.138"
[com.linkedin.calcite/calcite-pig "1.21.0.138"]