MVN

net.croz.nrich : nrich-excel-api

Maven & Gradle

Mar 30, 2023
3 usages
47 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 Vulnerabilities Updated
2.0.x
nrich-excel-api-2.0.0-RC1
1.8.x
nrich-excel-api-1.8.3
nrich-excel-api-1.8.2
nrich-excel-api-1.8.1
nrich-excel-api-1.8.0
1.7.x
nrich-excel-api-1.7.1
nrich-excel-api-1.7.0
1.6.x
nrich-excel-api-1.6.0
1.5.x
nrich-excel-api-1.5.0
1.4.x
nrich-excel-api-1.4.4
nrich-excel-api-1.4.3
nrich-excel-api-1.4.2
nrich-excel-api-1.4.1
nrich-excel-api-1.4.0
1.3.x
nrich-excel-api-1.3.0
1.2.x
nrich-excel-api-1.2.1
nrich-excel-api-1.2.0
1.1.x
nrich-excel-api-1.1.2
nrich-excel-api-1.1.1
nrich-excel-api-1.1.0

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"

Advertisement