MVN

com.github.Ling2099 : simple-excel

Maven & Gradle

Mar 04, 2021
1 stars

simple-excel · Excel manipulation tool class

<dependency>
    <groupId>com.github.Ling2099</groupId>
    <artifactId>simple-excel</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.Ling2099 : simple-excel to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of com.github.Ling2099 : simple-excel to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
simple-excel-1.1.1
simple-excel-1.1.0
1.0.x
simple-excel-1.0.9
simple-excel-1.0.8
simple-excel-1.0.7
simple-excel-1.0.6
simple-excel-1.0.5
simple-excel-1.0.4
simple-excel-1.0.3
simple-excel-1.0.2
simple-excel-1.0.1
simple-excel-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.Ling2099</groupId>
    <artifactId>simple-excel</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.Ling2099 : simple-excel gradle dependency to your build.gradle file:

implementation 'com.github.Ling2099:simple-excel:1.1.1'

Gradle Kotlin DSL: Add the following com.github.Ling2099 : simple-excel gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.Ling2099:simple-excel:1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.Ling2099 : simple-excel sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.Ling2099" % "simple-excel" % "1.1.1"

Advertisement