MVN

uk.co.testforce.services : excel-reader

Maven & Gradle

Nov 06, 2019

Excel Reader API · Excel API wrapper written on top of Apache POI

<dependency>
    <groupId>uk.co.testforce.services</groupId>
    <artifactId>excel-reader</artifactId>
    <version>2.0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uk.co.testforce.services : excel-reader to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.8

All Versions

Choose a version of uk.co.testforce.services : excel-reader to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
excel-reader-2.0.8
excel-reader-2.0.6
excel-reader-2.0.2
excel-reader-2.0.0
1.9.x
excel-reader-1.9.1

How to add a dependency to Maven

Add the following uk.co.testforce.services : excel-reader maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>uk.co.testforce.services</groupId>
    <artifactId>excel-reader</artifactId>
    <version>2.0.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following uk.co.testforce.services : excel-reader gradle dependency to your build.gradle file:

implementation 'uk.co.testforce.services:excel-reader:2.0.8'

Gradle Kotlin DSL: Add the following uk.co.testforce.services : excel-reader gradle kotlin dependency to your build.gradle.kts file:

implementation("uk.co.testforce.services:excel-reader:2.0.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following uk.co.testforce.services : excel-reader sbt scala dependency to your build.sbt file:

libraryDependencies += "uk.co.testforce.services" % "excel-reader" % "2.0.8"