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