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