| GroupId | GroupIdcom.linkedin.calcite |
|---|---|
| ArtifactId | ArtifactIdcalcite-pig |
| Version | Version1.21.0.140 |
| Type | Typejar |
| Filename | Size |
|---|---|
| calcite-pig-1.21.0.140.pom | |
| calcite-pig-1.21.0.140.jar | 46 KB |
| calcite-pig-1.21.0.140-tests.jar | 20 KB |
| calcite-pig-1.21.0.140-test-sources.jar | 17 KB |
| calcite-pig-1.21.0.140-sources.jar | 33 KB |
| calcite-pig-1.21.0.140-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.140</version>
</dependency>
// https://jarcasting.com/artifacts/com.linkedin.calcite/calcite-pig/
implementation 'com.linkedin.calcite:calcite-pig:1.21.0.140'
// https://jarcasting.com/artifacts/com.linkedin.calcite/calcite-pig/
implementation ("com.linkedin.calcite:calcite-pig:1.21.0.140")
'com.linkedin.calcite:calcite-pig:jar:1.21.0.140'
<dependency org="com.linkedin.calcite" name="calcite-pig" rev="1.21.0.140">
<artifact name="calcite-pig" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.linkedin.calcite', module='calcite-pig', version='1.21.0.140')
)
libraryDependencies += "com.linkedin.calcite" % "calcite-pig" % "1.21.0.140"
[com.linkedin.calcite/calcite-pig "1.21.0.140"]