GroupId | GroupIdcom.linkedin.calcite |
---|---|
ArtifactId | ArtifactIdcalcite-example |
Version | Version1.21.0.146 |
Type | Typepom |
Filename | Size |
---|---|
calcite-example-1.21.0.146.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.linkedin.calcite/calcite-example/ -->
<dependency>
<groupId>com.linkedin.calcite</groupId>
<artifactId>calcite-example</artifactId>
<version>1.21.0.146</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.linkedin.calcite/calcite-example/
implementation 'com.linkedin.calcite:calcite-example:1.21.0.146'
// https://jarcasting.com/artifacts/com.linkedin.calcite/calcite-example/
implementation ("com.linkedin.calcite:calcite-example:1.21.0.146")
'com.linkedin.calcite:calcite-example:pom:1.21.0.146'
<dependency org="com.linkedin.calcite" name="calcite-example" rev="1.21.0.146">
<artifact name="calcite-example" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.linkedin.calcite', module='calcite-example', version='1.21.0.146')
)
libraryDependencies += "com.linkedin.calcite" % "calcite-example" % "1.21.0.146"
[com.linkedin.calcite/calcite-example "1.21.0.146"]