MVN

com.github.618lf : swak-excel

Maven & Gradle

Nov 07, 2021
2 usages
4 stars
<dependency>
    <groupId>com.github.618lf</groupId>
    <artifactId>swak-excel</artifactId>
    <version>1.1.2_final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.618lf : swak-excel to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.2_final

All Versions

Choose a version of com.github.618lf : swak-excel to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
swak-excel-1.1.2_final
swak-excel-1.1.1_final
swak-excel-1.1.0_final
1.0.x
swak-excel-1.0.0_final

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.618lf</groupId>
    <artifactId>swak-excel</artifactId>
    <version>1.1.2_final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.618lf : swak-excel gradle dependency to your build.gradle file:

implementation 'com.github.618lf:swak-excel:1.1.2_final'

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

implementation("com.github.618lf:swak-excel:1.1.2_final")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.618lf : swak-excel sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.618lf" % "swak-excel" % "1.1.2_final"

Advertisement