MVN

org.dhatim : fastexcel-e2e

Maven & Gradle

Jul 17, 2023
580 stars

Fastexcel End-to-End tests

<dependency>
    <groupId>org.dhatim</groupId>
    <artifactId>fastexcel-e2e</artifactId>
    <version>0.15.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.dhatim : fastexcel-e2e to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.15.6

All Versions

Choose a version of org.dhatim : fastexcel-e2e to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.15.x
fastexcel-e2e-0.15.6
fastexcel-e2e-0.15.5
fastexcel-e2e-0.15.4
fastexcel-e2e-0.15.3
fastexcel-e2e-0.15.2
fastexcel-e2e-0.15.1
fastexcel-e2e-0.15.0
0.14.x
fastexcel-e2e-0.14.18
fastexcel-e2e-0.14.17
fastexcel-e2e-0.14.16
fastexcel-e2e-0.14.4
fastexcel-e2e-0.14.3
fastexcel-e2e-0.14.2
fastexcel-e2e-0.14.1
fastexcel-e2e-0.14.0
0.13.x
fastexcel-e2e-0.13.0
0.12.x
fastexcel-e2e-0.12.15
fastexcel-e2e-0.12.14
fastexcel-e2e-0.12.13
fastexcel-e2e-0.12.12
fastexcel-e2e-0.12.11
fastexcel-e2e-0.12.10
fastexcel-e2e-0.12.9
fastexcel-e2e-0.12.8
fastexcel-e2e-0.12.7
fastexcel-e2e-0.12.6
fastexcel-e2e-0.12.5
fastexcel-e2e-0.12.4
fastexcel-e2e-0.12.3
fastexcel-e2e-0.12.2
fastexcel-e2e-0.12.0
0.11.x
fastexcel-e2e-0.11.0
0.10.x
fastexcel-e2e-0.10.23
fastexcel-e2e-0.10.22
fastexcel-e2e-0.10.21
fastexcel-e2e-0.10.20
fastexcel-e2e-0.10.19
fastexcel-e2e-0.10.18
fastexcel-e2e-0.10.17
fastexcel-e2e-0.10.16
fastexcel-e2e-0.10.15

How to add a dependency to Maven

Add the following org.dhatim : fastexcel-e2e maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.dhatim</groupId>
    <artifactId>fastexcel-e2e</artifactId>
    <version>0.15.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.dhatim : fastexcel-e2e gradle dependency to your build.gradle file:

implementation 'org.dhatim:fastexcel-e2e:0.15.6'

Gradle Kotlin DSL: Add the following org.dhatim : fastexcel-e2e gradle kotlin dependency to your build.gradle.kts file:

implementation("org.dhatim:fastexcel-e2e:0.15.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.dhatim : fastexcel-e2e sbt scala dependency to your build.sbt file:

libraryDependencies += "org.dhatim" % "fastexcel-e2e" % "0.15.6"