MVN

com.github.zzlhy : peng-poi

Maven & Gradle

Mar 26, 2019
1 stars

peng-poi · Millions of data Excel import and export solutions

<dependency>
    <groupId>com.github.zzlhy</groupId>
    <artifactId>peng-poi</artifactId>
    <version>1.2.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.zzlhy : peng-poi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.8

All Versions

Choose a version of com.github.zzlhy : peng-poi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
peng-poi-1.2.8
peng-poi-1.2.7
peng-poi-1.2.6
peng-poi-1.2.5
peng-poi-1.2.4
peng-poi-1.2.2
peng-poi-1.2.1
peng-poi-1.2.0
1.1.x
peng-poi-1.1.0
1.0.x
peng-poi-1.0.4
peng-poi-1.0.3
peng-poi-1.0.2
peng-poi-1.0.1
1.0
peng-poi-1.0

How to add a dependency to Maven

Add the following com.github.zzlhy : peng-poi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.zzlhy</groupId>
    <artifactId>peng-poi</artifactId>
    <version>1.2.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.zzlhy : peng-poi gradle dependency to your build.gradle file:

implementation 'com.github.zzlhy:peng-poi:1.2.8'

Gradle Kotlin DSL: Add the following com.github.zzlhy : peng-poi gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.zzlhy:peng-poi:1.2.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.zzlhy : peng-poi sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.zzlhy" % "peng-poi" % "1.2.8"

Advertisement