License |
License |
---|---|
GroupId | GroupIdcom.daioware.file |
ArtifactId | ArtifactIdexcel |
Version | Version1.0.0-RELEASE |
Type | Typejar |
Description |
Descriptiondaioware excel files utilities
Excel File Utilities
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
excel-1.0.0-RELEASE.pom | |
excel-1.0.0-RELEASE.jar | 9 KB |
excel-1.0.0-RELEASE-sources.jar | 4 KB |
excel-1.0.0-RELEASE-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.daioware.file/excel/ -->
<dependency>
<groupId>com.daioware.file</groupId>
<artifactId>excel</artifactId>
<version>1.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.daioware.file/excel/
implementation 'com.daioware.file:excel:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/com.daioware.file/excel/
implementation ("com.daioware.file:excel:1.0.0-RELEASE")
'com.daioware.file:excel:jar:1.0.0-RELEASE'
<dependency org="com.daioware.file" name="excel" rev="1.0.0-RELEASE">
<artifact name="excel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.daioware.file', module='excel', version='1.0.0-RELEASE')
)
libraryDependencies += "com.daioware.file" % "excel" % "1.0.0-RELEASE"
[com.daioware.file/excel "1.0.0-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
com.daioware : commons | jar | 1.0.0-RELEASE |
net.sourceforge.jexcelapi : jxl | jar | 2.6.3 |
com.daioware : file | jar | 1.0.0-RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.9 |