MVN

net.sf.jxls : jxls

Maven & Gradle

Nov 12, 2014

jXLS · jXLS is a small and easy-to-use Java library for generating Excel files using XLS templates

<dependency>
    <groupId>net.sf.jxls</groupId>
    <artifactId>jxls</artifactId>
    <version>1.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.jxls : jxls to add to Maven - Latest Versions:

  • Latest Stable: 1.0.6
  • Latest Release Candidate: 1.0-RC-3

All Versions

Choose a version of net.sf.jxls : jxls to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
jxls-1.0.6
jxls-1.0.6-SNAPSHOT
jxls-1.0.5
jxls-1.0.4
jxls-1.0.4-SNAPSHOT
jxls-1.0.3
jxls-1.0.2
jxls-1.0.1
1.0
jxls-1.0
jxls-1.0-RC-3
jxls-1.0-RC-2
jxls-1.0-RC-1
0.9.x
jxls-0.9.9
jxls-0.9.8
jxls-0.9.7
jxls-0.9.6.1
jxls-0.9.6
jxls-0.9.5
jxls-0.9.3
jxls-0.9.1
0.9
jxls-0.9
0.8.x
jxls-0.8.9
jxls-0.8.8

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.sf.jxls</groupId>
    <artifactId>jxls</artifactId>
    <version>1.0.6</version>
</dependency>