MVN

com.xuxueli : xxl-excel

Maven & Gradle

Oct 24, 2018
1 usages
344 stars

A flexible tool for translating Java objects and Excel documents.

<dependency>
    <groupId>com.xuxueli</groupId>
    <artifactId>xxl-excel</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.xuxueli : xxl-excel to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of com.xuxueli : xxl-excel to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
xxl-excel-1.1.1
xxl-excel-1.1.0
1.0.x
xxl-excel-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.xuxueli</groupId>
    <artifactId>xxl-excel</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.xuxueli : xxl-excel gradle dependency to your build.gradle file:

implementation 'com.xuxueli:xxl-excel:1.1.1'

Gradle Kotlin DSL: Add the following com.xuxueli : xxl-excel gradle kotlin dependency to your build.gradle.kts file:

implementation("com.xuxueli:xxl-excel:1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.xuxueli : xxl-excel sbt scala dependency to your build.sbt file:

libraryDependencies += "com.xuxueli" % "xxl-excel" % "1.1.1"

Advertisement

Dependencies from Group

Mar 23, 2023
86 usages
24.7k stars
Oct 02, 2022
5 usages
596 stars
Dec 21, 2018
2 usages
384 stars
Mar 23, 2023
1 usages
26k stars
Oct 24, 2018
1 usages
344 stars

Discover Dependencies