MVN

org.dhatim : fastexcel-e2e

Maven & Gradle

Apr 06, 2023
351 stars

Fastexcel End-to-End tests

<dependency>
    <groupId>org.dhatim</groupId>
    <artifactId>fastexcel-e2e</artifactId>
    <version>0.15.3</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.3

All Versions

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

  • Version Updated
  • fastexcel-e2e-0.15.3

    Apr 06, 2023
  • fastexcel-e2e-0.15.2

    Mar 09, 2023
  • fastexcel-e2e-0.15.1

    Feb 28, 2023
  • fastexcel-e2e-0.15.0

    Feb 24, 2023
  • fastexcel-e2e-0.14.18

    Feb 13, 2023
  • fastexcel-e2e-0.14.17

    Feb 02, 2023
  • fastexcel-e2e-0.14.16

    Jan 31, 2023
  • fastexcel-e2e-0.14.4

    Dec 27, 2022
  • fastexcel-e2e-0.14.3

    Dec 21, 2022
  • fastexcel-e2e-0.14.2

    Dec 20, 2022
  • fastexcel-e2e-0.14.1

    Dec 19, 2022
  • fastexcel-e2e-0.14.0

    Oct 12, 2022
  • fastexcel-e2e-0.13.0

    Oct 12, 2022
  • fastexcel-e2e-0.12.15

    Jun 18, 2022
  • fastexcel-e2e-0.12.14

    Jan 17, 2022
  • fastexcel-e2e-0.12.13

    Jan 04, 2022
  • fastexcel-e2e-0.12.12

    Sep 09, 2021
  • fastexcel-e2e-0.12.11

    May 20, 2021
  • fastexcel-e2e-0.12.10

    May 03, 2021
  • fastexcel-e2e-0.12.9

    Apr 22, 2021
  • fastexcel-e2e-0.12.8

    Apr 19, 2021
  • fastexcel-e2e-0.12.7

    Mar 23, 2021
  • fastexcel-e2e-0.12.6

    Mar 11, 2021
  • fastexcel-e2e-0.12.5

    Feb 10, 2021
  • fastexcel-e2e-0.12.4

    Feb 10, 2021
  • fastexcel-e2e-0.12.3

    Feb 01, 2021
  • fastexcel-e2e-0.12.2

    Jan 26, 2021
  • fastexcel-e2e-0.12.0

    Jan 25, 2021
  • fastexcel-e2e-0.11.0

    Jan 05, 2021
  • fastexcel-e2e-0.10.23

    Nov 17, 2020
  • fastexcel-e2e-0.10.22

    Nov 17, 2020
  • fastexcel-e2e-0.10.21

    Nov 02, 2020
  • fastexcel-e2e-0.10.20

    Oct 26, 2020
  • fastexcel-e2e-0.10.19

    Oct 20, 2020
  • fastexcel-e2e-0.10.18

    Sep 08, 2020
  • fastexcel-e2e-0.10.17

    Aug 24, 2020
  • fastexcel-e2e-0.10.16

    Jul 20, 2020
  • fastexcel-e2e-0.10.15

    Apr 24, 2020

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.3</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.3'

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.3")

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.3"