MVN

cn.gjing : excel-executor

Maven & Gradle

Jun 02, 2023
5 stars

Excel executor provides core functions of Excel import and export

<dependency>
    <groupId>cn.gjing</groupId>
    <artifactId>excel-executor</artifactId>
    <version>2023.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.gjing : excel-executor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2023.6.0

All Versions

Choose a version of cn.gjing : excel-executor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2023.6.x
excel-executor-2023.6.0
excel-executor-2023.6.0-boot3
2023.5.x
excel-executor-2023.5.0
2023.4.x
excel-executor-2023.4.2
excel-executor-2023.4.1
excel-executor-2023.4.0
2022.3.x
excel-executor-2022.3.1
excel-executor-2022.3.0
2022.2.x
excel-executor-2022.2.1
excel-executor-2022.2.0
2022.1.x
excel-executor-2022.1.9
excel-executor-2022.1.8
excel-executor-2022.1.7
excel-executor-2022.1.6
excel-executor-2022.1.5
excel-executor-2022.1.4
excel-executor-2022.1.3
excel-executor-2022.1.2
excel-executor-2022.1.1
excel-executor-2022.1.0

How to add a dependency to Maven

Add the following cn.gjing : excel-executor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.gjing</groupId>
    <artifactId>excel-executor</artifactId>
    <version>2023.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.gjing : excel-executor gradle dependency to your build.gradle file:

implementation 'cn.gjing:excel-executor:2023.6.0'

Gradle Kotlin DSL: Add the following cn.gjing : excel-executor gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.gjing:excel-executor:2023.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.gjing : excel-executor sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.gjing" % "excel-executor" % "2023.6.0"

Advertisement