MVN

org.bitbucket.swattu : excel-utils

Maven & Gradle

Mar 07, 2023
3 usages
<dependency>
    <groupId>org.bitbucket.swattu</groupId>
    <artifactId>excel-utils</artifactId>
    <version>6.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bitbucket.swattu : excel-utils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.0.1

All Versions

Choose a version of org.bitbucket.swattu : excel-utils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.0.x
excel-utils-6.0.1
5.0.x
excel-utils-5.0.1
excel-utils-5.0.0
4.2.x
excel-utils-4.2.5
excel-utils-4.2.4
excel-utils-4.2.3
excel-utils-4.2.2
excel-utils-4.2.1
excel-utils-4.2.0
4.1.x
excel-utils-4.1.23
excel-utils-4.1.22
excel-utils-4.1.21
excel-utils-4.1.20
excel-utils-4.1.19
excel-utils-4.1.18
excel-utils-4.1.17
excel-utils-4.1.16
excel-utils-4.1.15
excel-utils-4.1.14
excel-utils-4.1.13
excel-utils-4.1.12
excel-utils-4.1.11
excel-utils-4.1.10
excel-utils-4.1.9
excel-utils-4.1.8
excel-utils-4.1.6
excel-utils-4.1.5
excel-utils-4.1.4
excel-utils-4.1.3
excel-utils-4.1.2
excel-utils-4.1.1
excel-utils-4.1.0
4.0.x
excel-utils-4.0.63
excel-utils-4.0.62
excel-utils-4.0.61
excel-utils-4.0.60
excel-utils-4.0.59
excel-utils-4.0.58
excel-utils-4.0.57
excel-utils-4.0.56
excel-utils-4.0.55
excel-utils-4.0.54
excel-utils-4.0.53
excel-utils-4.0.52
excel-utils-4.0.51
excel-utils-4.0.50
excel-utils-4.0.49
excel-utils-4.0.48
excel-utils-4.0.47
excel-utils-4.0.46
excel-utils-4.0.45
excel-utils-4.0.44
excel-utils-4.0.43
excel-utils-4.0.42
excel-utils-4.0.41
excel-utils-4.0.40
excel-utils-4.0.39
excel-utils-4.0.38
excel-utils-4.0.37
excel-utils-4.0.36
excel-utils-4.0.35
excel-utils-4.0.34
excel-utils-4.0.33
excel-utils-4.0.32
excel-utils-4.0.31
excel-utils-4.0.30
excel-utils-4.0.29
excel-utils-4.0.28
excel-utils-4.0.27
excel-utils-4.0.26
excel-utils-4.0.25
excel-utils-4.0.24
excel-utils-4.0.22
excel-utils-4.0.21
excel-utils-4.0.20
excel-utils-4.0.19
excel-utils-4.0.18
excel-utils-4.0.17
excel-utils-4.0.16
excel-utils-4.0.15
excel-utils-4.0.14
excel-utils-4.0.13
excel-utils-4.0.12
excel-utils-4.0.11

How to add a dependency to Maven

Add the following org.bitbucket.swattu : excel-utils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.bitbucket.swattu</groupId>
    <artifactId>excel-utils</artifactId>
    <version>6.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.bitbucket.swattu : excel-utils gradle dependency to your build.gradle file:

implementation 'org.bitbucket.swattu:excel-utils:6.0.1'

Gradle Kotlin DSL: Add the following org.bitbucket.swattu : excel-utils gradle kotlin dependency to your build.gradle.kts file:

implementation("org.bitbucket.swattu:excel-utils:6.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.bitbucket.swattu : excel-utils sbt scala dependency to your build.sbt file:

libraryDependencies += "org.bitbucket.swattu" % "excel-utils" % "6.0.1"