License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.jxls |
ArtifactId | ArtifactIdjxls-reader |
Last Version | Last Version1.0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjxls-reader
jXLS is a small and easy-to-use Java library for generating Excel files using XLS templates
|
Project URL |
Project URL |
Project Organization |
Project OrganizationjXLS Team |
Filename | Size |
---|---|
jxls-reader-1.0.6.pom | |
jxls-reader-1.0.6.jar | 33 KB |
jxls-reader-1.0.6-sources.jar | 18 KB |
jxls-reader-1.0.6-javadoc.jar | 131 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.jxls/jxls-reader/ -->
<dependency>
<groupId>net.sf.jxls</groupId>
<artifactId>jxls-reader</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.jxls/jxls-reader/
implementation 'net.sf.jxls:jxls-reader:1.0.6'
// https://jarcasting.com/artifacts/net.sf.jxls/jxls-reader/
implementation ("net.sf.jxls:jxls-reader:1.0.6")
'net.sf.jxls:jxls-reader:jar:1.0.6'
<dependency org="net.sf.jxls" name="jxls-reader" rev="1.0.6">
<artifact name="jxls-reader" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.jxls', module='jxls-reader', version='1.0.6')
)
libraryDependencies += "net.sf.jxls" % "jxls-reader" % "1.0.6"
[net.sf.jxls/jxls-reader "1.0.6"]
Group / Artifact | Type | Version |
---|---|---|
commons-logging : commons-logging | jar | 1.1.1 |
commons-beanutils : commons-beanutils | jar | 1.8.2 |
commons-collections : commons-collections | jar | 3.2.1 |
commons-digester : commons-digester | jar | 2.0 |
org.apache.commons : commons-jexl | jar | 2.0.1 |
org.apache.poi : poi | jar | 3.9 |
org.apache.poi : poi-ooxml | jar | 3.9 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.2 |
hsqldb : hsqldb | jar | 1.8.0.10 |