| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.sf.jxls |
| ArtifactId | ArtifactIdjxls-core |
| Last Version | Last Version1.0.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjxls-core
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-core-1.0.6.pom | |
| jxls-core-1.0.6.jar | 150 KB |
| jxls-core-1.0.6-sources.jar | 90 KB |
| jxls-core-1.0.6-javadoc.jar | 444 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.sf.jxls/jxls-core/ -->
<dependency>
<groupId>net.sf.jxls</groupId>
<artifactId>jxls-core</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.jxls/jxls-core/
implementation 'net.sf.jxls:jxls-core:1.0.6'
// https://jarcasting.com/artifacts/net.sf.jxls/jxls-core/
implementation ("net.sf.jxls:jxls-core:1.0.6")
'net.sf.jxls:jxls-core:jar:1.0.6'
<dependency org="net.sf.jxls" name="jxls-core" rev="1.0.6">
<artifact name="jxls-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.jxls', module='jxls-core', version='1.0.6')
)
libraryDependencies += "net.sf.jxls" % "jxls-core" % "1.0.6"
[net.sf.jxls/jxls-core "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 |
|---|---|---|
| net.sf.opencsv : opencsv | jar | 2.0 |
| junit : junit | jar | 4.10 |
| hsqldb : hsqldb | jar | 1.8.0.10 |