MVN

com.github.MissThee : excel-tool

Maven & Gradle

May 30, 2019

empty

<dependency>
    <groupId>com.github.MissThee</groupId>
    <artifactId>excel-tool</artifactId>
    <version>2.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.0.3

All Versions

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

Version Vulnerabilities Updated
2.0.x
excel-tool-2.0.3
excel-tool-2.0.2
excel-tool-2.0.1
1.11
excel-tool-1.11
1.10
excel-tool-1.10
1.9
excel-tool-1.9
1.8
excel-tool-1.8
1.7
excel-tool-1.7
1.6
excel-tool-1.6
1.5
excel-tool-1.5
1.4
excel-tool-1.4
1.3
excel-tool-1.3
1.2
excel-tool-1.2
1.1
excel-tool-1.1
1.0
excel-tool-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.MissThee</groupId>
    <artifactId>excel-tool</artifactId>
    <version>2.0.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.MissThee:excel-tool:2.0.3'

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

implementation("com.github.MissThee:excel-tool:2.0.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.MissThee" % "excel-tool" % "2.0.3"