MVN

com.mxpio : mxpio-boot-base-excel

Maven & Gradle

Dec 19, 2022

Excel模块 · Excel模块

<dependency>
    <groupId>com.mxpio</groupId>
    <artifactId>mxpio-boot-base-excel</artifactId>
    <version>1.0.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mxpio : mxpio-boot-base-excel to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.11
  • Latest Beta: 1.0.12-beta.8

All Versions

Choose a version of com.mxpio : mxpio-boot-base-excel to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
mxpio-boot-base-excel-1.0.12-beta.8
mxpio-boot-base-excel-1.0.12-beta.7
mxpio-boot-base-excel-1.0.12-beta.6
mxpio-boot-base-excel-1.0.12-beta.5
mxpio-boot-base-excel-1.0.12-beta.4
mxpio-boot-base-excel-1.0.12-beta.3
mxpio-boot-base-excel-1.0.12-beta.2
mxpio-boot-base-excel-1.0.12-beta.1
mxpio-boot-base-excel-1.0.11
mxpio-boot-base-excel-1.0.10
mxpio-boot-base-excel-1.0.9
mxpio-boot-base-excel-1.0.8
mxpio-boot-base-excel-1.0.7
mxpio-boot-base-excel-1.0.6
mxpio-boot-base-excel-1.0.5
mxpio-boot-base-excel-1.0.4
mxpio-boot-base-excel-1.0.3
mxpio-boot-base-excel-1.0.2
mxpio-boot-base-excel-1.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.mxpio</groupId>
    <artifactId>mxpio-boot-base-excel</artifactId>
    <version>1.0.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.mxpio : mxpio-boot-base-excel gradle dependency to your build.gradle file:

implementation 'com.mxpio:mxpio-boot-base-excel:1.0.11'

Gradle Kotlin DSL: Add the following com.mxpio : mxpio-boot-base-excel gradle kotlin dependency to your build.gradle.kts file:

implementation("com.mxpio:mxpio-boot-base-excel:1.0.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.mxpio : mxpio-boot-base-excel sbt scala dependency to your build.sbt file:

libraryDependencies += "com.mxpio" % "mxpio-boot-base-excel" % "1.0.11"