MVN

com.crealytics : spark-excel_2.13

Maven & Gradle

Aug 01, 2023
433 stars

spark-excel_2.13 · A Spark plugin for reading and writing Excel files

<dependency>
    <groupId>com.crealytics</groupId>
    <artifactId>spark-excel_2.13</artifactId>
    <version>3.2.4_0.19.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.crealytics : spark-excel_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.4_0.19.0
  • Latest Beta: 3.2.3_0.18.6-beta1

All Versions

Choose a version of com.crealytics : spark-excel_2.13 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.4.x
spark-excel_2.13-3.4.1_0.19.0
3.3.x
spark-excel_2.13-3.3.2_0.19.0
spark-excel_2.13-3.3.1_0.18.7
spark-excel_2.13-3.3.1_0.18.6
spark-excel_2.13-3.3.1_0.18.6-beta1
spark-excel_2.13-3.3.1_0.18.5
3.2.x
spark-excel_2.13-3.2.4_0.19.0
spark-excel_2.13-3.2.3_0.18.7
spark-excel_2.13-3.2.3_0.18.6
spark-excel_2.13-3.2.3_0.18.6-beta1
spark-excel_2.13-3.2.2_0.18.5
spark-excel_2.13-3.2.2_0.18.4
spark-excel_2.13-3.2.2_0.18.3
spark-excel_2.13-3.2.2_0.18.3-beta1
spark-excel_2.13-3.2.2_0.18.2
spark-excel_2.13-3.2.2_0.18.0
spark-excel_2.13-3.2.2_0.18.0-beta2
spark-excel_2.13-3.2.2_0.17.2
spark-excel_2.13-3.2.1_0.17.1
spark-excel_2.13-3.2.1_0.17.0
spark-excel_2.13-3.2.1_0.16.5-pre2
spark-excel_2.13-3.2.1_0.16.5-pre1
spark-excel_2.13-3.2.1_0.16.5-pre0
spark-excel_2.13-3.2.1_0.16.4
spark-excel_2.13-3.2.1_0.16.4-pre2
spark-excel_2.13-3.2.0_0.16.1-pre1
spark-excel_2.13-3.2.0_0.16.0

How to add a dependency to Maven

Add the following com.crealytics : spark-excel_2.13 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.crealytics</groupId>
    <artifactId>spark-excel_2.13</artifactId>
    <version>3.2.4_0.19.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.crealytics : spark-excel_2.13 gradle dependency to your build.gradle file:

implementation 'com.crealytics:spark-excel_2.13:3.2.4_0.19.0'

Gradle Kotlin DSL: Add the following com.crealytics : spark-excel_2.13 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.crealytics:spark-excel_2.13:3.2.4_0.19.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.crealytics : spark-excel_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.crealytics" % "spark-excel_2.13" % "3.2.4_0.19.0"

Advertisement