License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sourceforge.jexcelapi |
ArtifactId | ArtifactIdjxl |
Last Version | Last Version2.6.12 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjxl
JExcelApi is a java library which provides the ability to read, write, and modify Microsoft Excel spreadsheets.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jxl-2.6.12.pom | |
jxl-2.6.12.jar | 1022 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.jexcelapi/jxl/ -->
<dependency>
<groupId>net.sourceforge.jexcelapi</groupId>
<artifactId>jxl</artifactId>
<version>2.6.12</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.jexcelapi/jxl/
implementation 'net.sourceforge.jexcelapi:jxl:2.6.12'
// https://jarcasting.com/artifacts/net.sourceforge.jexcelapi/jxl/
implementation ("net.sourceforge.jexcelapi:jxl:2.6.12")
'net.sourceforge.jexcelapi:jxl:jar:2.6.12'
<dependency org="net.sourceforge.jexcelapi" name="jxl" rev="2.6.12">
<artifact name="jxl" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.jexcelapi', module='jxl', version='2.6.12')
)
libraryDependencies += "net.sourceforge.jexcelapi" % "jxl" % "2.6.12"
[net.sourceforge.jexcelapi/jxl "2.6.12"]
Group / Artifact | Type | Version |
---|---|---|
log4j : log4j | jar | 1.2.14 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |