MVN

io.github.nambach : ExcelUtil

Maven & Gradle

May 23, 2022
37 stars

io.github.nambach:ExcelUtil · Excel library

<dependency>
    <groupId>io.github.nambach</groupId>
    <artifactId>ExcelUtil</artifactId>
    <version>2.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.nambach : ExcelUtil to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.0

All Versions

Choose a version of io.github.nambach : ExcelUtil to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5.x
ExcelUtil-2.5.0
2.4.x
ExcelUtil-2.4.1
ExcelUtil-2.4.0
2.3.x
ExcelUtil-2.3.4
ExcelUtil-2.3.3
ExcelUtil-2.3.2
ExcelUtil-2.3.0
2.1
ExcelUtil-2.1
2.0
ExcelUtil-2.0
1.0
ExcelUtil-1.0

How to add a dependency to Maven

Add the following io.github.nambach : ExcelUtil maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.nambach</groupId>
    <artifactId>ExcelUtil</artifactId>
    <version>2.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.nambach : ExcelUtil gradle dependency to your build.gradle file:

implementation 'io.github.nambach:ExcelUtil:2.5.0'

Gradle Kotlin DSL: Add the following io.github.nambach : ExcelUtil gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.nambach:ExcelUtil:2.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.nambach : ExcelUtil sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.nambach" % "ExcelUtil" % "2.5.0"

Advertisement