MVN

org.hswebframework : reactor-excel

Maven & Gradle

Jan 13, 2023
7 stars

JetLinks · Reactor Excel,CSV Lib

<dependency>
    <groupId>org.hswebframework</groupId>
    <artifactId>reactor-excel</artifactId>
    <version>1.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.hswebframework : reactor-excel to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.4
  • Latest Release Candidate: 1.0-RC

All Versions

Choose a version of org.hswebframework : reactor-excel to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
reactor-excel-1.0.4
reactor-excel-1.0.3
reactor-excel-1.0.2
reactor-excel-1.0.1
reactor-excel-1.0.0
1.0
reactor-excel-1.0-RC

How to add a dependency to Maven

Add the following org.hswebframework : reactor-excel maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.hswebframework</groupId>
    <artifactId>reactor-excel</artifactId>
    <version>1.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.hswebframework : reactor-excel gradle dependency to your build.gradle file:

implementation 'org.hswebframework:reactor-excel:1.0.4'

Gradle Kotlin DSL: Add the following org.hswebframework : reactor-excel gradle kotlin dependency to your build.gradle.kts file:

implementation("org.hswebframework:reactor-excel:1.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.hswebframework : reactor-excel sbt scala dependency to your build.sbt file:

libraryDependencies += "org.hswebframework" % "reactor-excel" % "1.0.4"

Advertisement