MVN

org.pageseeder.xlsx : pso-xlsx-ant

Maven & Gradle

Dec 03, 2021
0 stars

XLSX · ANT tasks and definition for XLSX API

<dependency>
    <groupId>org.pageseeder.xlsx</groupId>
    <artifactId>pso-xlsx-ant</artifactId>
    <version>0.6.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.pageseeder.xlsx : pso-xlsx-ant to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.5

All Versions

Choose a version of org.pageseeder.xlsx : pso-xlsx-ant to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
pso-xlsx-ant-0.6.5
pso-xlsx-ant-0.6.4
pso-xlsx-ant-0.6.3
pso-xlsx-ant-0.6.1
pso-xlsx-ant-0.6.0

How to add a dependency to Maven

Add the following org.pageseeder.xlsx : pso-xlsx-ant maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.pageseeder.xlsx</groupId>
    <artifactId>pso-xlsx-ant</artifactId>
    <version>0.6.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.pageseeder.xlsx : pso-xlsx-ant gradle dependency to your build.gradle file:

implementation 'org.pageseeder.xlsx:pso-xlsx-ant:0.6.5'

Gradle Kotlin DSL: Add the following org.pageseeder.xlsx : pso-xlsx-ant gradle kotlin dependency to your build.gradle.kts file:

implementation("org.pageseeder.xlsx:pso-xlsx-ant:0.6.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.pageseeder.xlsx : pso-xlsx-ant sbt scala dependency to your build.sbt file:

libraryDependencies += "org.pageseeder.xlsx" % "pso-xlsx-ant" % "0.6.5"

Advertisement