MVN

hr.com.vgv : excel-io

Maven & Gradle

Mar 27, 2018
79 stars

excel-io · Java excel library for reading and writing spreadsheets in object-oriented style

<dependency>
    <groupId>hr.com.vgv</groupId>
    <artifactId>excel-io</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of hr.com.vgv : excel-io to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of hr.com.vgv : excel-io to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
excel-io-1.0

How to add a dependency to Maven

Add the following hr.com.vgv : excel-io maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>hr.com.vgv</groupId>
    <artifactId>excel-io</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following hr.com.vgv : excel-io gradle dependency to your build.gradle file:

implementation 'hr.com.vgv:excel-io:1.0'

Gradle Kotlin DSL: Add the following hr.com.vgv : excel-io gradle kotlin dependency to your build.gradle.kts file:

implementation("hr.com.vgv:excel-io:1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following hr.com.vgv : excel-io sbt scala dependency to your build.sbt file:

libraryDependencies += "hr.com.vgv" % "excel-io" % "1.0"

Advertisement