MVN

com.linkedin.calcite : calcite-file

Maven & Gradle

Apr 20, 2023
3.9k stars

Calcite File · Calcite provider that reads files and URIs

<dependency>
    <groupId>com.linkedin.calcite</groupId>
    <artifactId>calcite-file</artifactId>
    <version>1.21.0.259</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.linkedin.calcite : calcite-file to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.21.0.259

All Versions

Choose a version of com.linkedin.calcite : calcite-file to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.21.x
calcite-file-1.21.0.259
calcite-file-1.21.0.160
calcite-file-1.21.0.153
calcite-file-1.21.0.152
calcite-file-1.21.0.151
calcite-file-1.21.0.150
calcite-file-1.21.0.149
calcite-file-1.21.0.148
calcite-file-1.21.0.146
calcite-file-1.21.0.144
calcite-file-1.21.0.142razhang-test
calcite-file-1.21.0.140
calcite-file-1.21.0.138

How to add a dependency to Maven

Add the following com.linkedin.calcite : calcite-file maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.linkedin.calcite</groupId>
    <artifactId>calcite-file</artifactId>
    <version>1.21.0.259</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.linkedin.calcite : calcite-file gradle dependency to your build.gradle file:

implementation 'com.linkedin.calcite:calcite-file:1.21.0.259'

Gradle Kotlin DSL: Add the following com.linkedin.calcite : calcite-file gradle kotlin dependency to your build.gradle.kts file:

implementation("com.linkedin.calcite:calcite-file:1.21.0.259")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.linkedin.calcite : calcite-file sbt scala dependency to your build.sbt file:

libraryDependencies += "com.linkedin.calcite" % "calcite-file" % "1.21.0.259"

Advertisement