MVN

com.gitee.beiding : template-excel

Maven & Gradle

May 30, 2021

com.gitee.beiding:template-excel · 使用模板快速提取excel文件中的数据为数据实体,或者使用模板将数据实体渲染成excel

<dependency>
    <groupId>com.gitee.beiding</groupId>
    <artifactId>template-excel</artifactId>
    <version>3.18.1-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gitee.beiding : template-excel to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.18.1-RELEASE

All Versions

Choose a version of com.gitee.beiding : template-excel to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.18.x
template-excel-3.18.1-RELEASE
3.17.x
template-excel-3.17.1-RELEASE
3.17
template-excel-3.17-RELEASE
3.0.x
template-excel-3.0.1-RELEASE
2.0.x
template-excel-2.0.1-RELEASE
1.2.x
template-excel-1.2.1-RELEASE
template-excel-1.2.0-RELEASE
1.1.x
template-excel-1.1.3-RELEASE
template-excel-1.1.2-RELEASE
template-excel-1.1.1-RELEASE
template-excel-1.1.0-RELEASE
1.0.x
template-excel-1.0.2-RELEASE
template-excel-1.0.1-RELEASE
template-excel-1.0.0-RELEASE

How to add a dependency to Maven

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

<dependency>
    <groupId>com.gitee.beiding</groupId>
    <artifactId>template-excel</artifactId>
    <version>3.18.1-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gitee.beiding : template-excel gradle dependency to your build.gradle file:

implementation 'com.gitee.beiding:template-excel:3.18.1-RELEASE'

Gradle Kotlin DSL: Add the following com.gitee.beiding : template-excel gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gitee.beiding:template-excel:3.18.1-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gitee.beiding : template-excel sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gitee.beiding" % "template-excel" % "3.18.1-RELEASE"

Advertisement