MVN

net.croz.nrich : nrich-excel-api

Maven & Gradle

Mar 30, 2023
3 usages
37 stars

nrich-excel-api · Nrich Excel API

<dependency>
    <groupId>net.croz.nrich</groupId>
    <artifactId>nrich-excel-api</artifactId>
    <version>1.8.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.croz.nrich : nrich-excel-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.3
  • Latest Release Candidate: 2.0.0-RC1

All Versions

Choose a version of net.croz.nrich : nrich-excel-api to add to Maven or Gradle - All Versions:

  • Version Updated
  • nrich-excel-api-1.8.3

    Mar 30, 2023
  • nrich-excel-api-1.8.2

    Mar 21, 2023
  • nrich-excel-api-2.0.0-RC1

    Mar 02, 2023
  • nrich-excel-api-1.8.1

    Jan 27, 2023
  • nrich-excel-api-1.8.0

    Jan 26, 2023
  • nrich-excel-api-1.7.1

    Jan 12, 2023
  • nrich-excel-api-1.7.0

    Jan 03, 2023
  • nrich-excel-api-1.6.0

    Oct 04, 2022
  • nrich-excel-api-1.5.0

    Sep 27, 2022
  • nrich-excel-api-1.4.4

    Sep 26, 2022
  • nrich-excel-api-1.4.3

    Sep 15, 2022
  • nrich-excel-api-1.4.2

    Sep 07, 2022
  • nrich-excel-api-1.4.1

    Jul 14, 2022
  • nrich-excel-api-1.4.0

    May 06, 2022
  • nrich-excel-api-1.3.0

    Apr 20, 2022
  • nrich-excel-api-1.2.1

    Mar 10, 2022
  • nrich-excel-api-1.2.0

    Mar 03, 2022
  • nrich-excel-api-1.1.2

    Mar 03, 2022
  • nrich-excel-api-1.1.1

    Jan 31, 2022
  • nrich-excel-api-1.1.0

    Dec 13, 2021

How to add a dependency to Maven

Add the following net.croz.nrich : nrich-excel-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.croz.nrich</groupId>
    <artifactId>nrich-excel-api</artifactId>
    <version>1.8.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.croz.nrich : nrich-excel-api gradle dependency to your build.gradle file:

implementation 'net.croz.nrich:nrich-excel-api:1.8.3'

Gradle Kotlin DSL: Add the following net.croz.nrich : nrich-excel-api gradle kotlin dependency to your build.gradle.kts file:

implementation("net.croz.nrich:nrich-excel-api:1.8.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.croz.nrich : nrich-excel-api sbt scala dependency to your build.sbt file:

libraryDependencies += "net.croz.nrich" % "nrich-excel-api" % "1.8.3"