MVN

org.apache.drill.contrib : drill-format-excel

Maven & Gradle

Apr 19, 2023
1.8k stars

Drill : Contrib : Format : Excel

<dependency>
    <groupId>org.apache.drill.contrib</groupId>
    <artifactId>drill-format-excel</artifactId>
    <version>1.21.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.drill.contrib : drill-format-excel to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.21.1

All Versions

Choose a version of org.apache.drill.contrib : drill-format-excel to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.21.x
drill-format-excel-1.21.1
drill-format-excel-1.21.0
1.20.x
drill-format-excel-1.20.2
drill-format-excel-1.20.0-hadoop2
drill-format-excel-1.20.0
1.19.x
drill-format-excel-1.19.0
1.18.x
drill-format-excel-1.18.0
1.17.x
drill-format-excel-1.17.0

How to add a dependency to Maven

Add the following org.apache.drill.contrib : drill-format-excel maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.drill.contrib</groupId>
    <artifactId>drill-format-excel</artifactId>
    <version>1.21.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.drill.contrib : drill-format-excel gradle dependency to your build.gradle file:

implementation 'org.apache.drill.contrib:drill-format-excel:1.21.1'

Gradle Kotlin DSL: Add the following org.apache.drill.contrib : drill-format-excel gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.drill.contrib:drill-format-excel:1.21.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.drill.contrib : drill-format-excel sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.drill.contrib" % "drill-format-excel" % "1.21.1"

Advertisement