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