| License |
License
GNU Lesser General Public License (LGPL), Version 2.1
|
|---|---|
| GroupId | GroupIdorg.aarboard |
| ArtifactId | ArtifactIdxlsjdbc |
| Last Version | Last Version1.8.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionXLS jdbc driver
JDBC driver to read excel files.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| xlsjdbc-1.8.0.pom | |
| xlsjdbc-1.8.0.jar | 22 KB |
| xlsjdbc-1.8.0-sources.jar | 21 KB |
| xlsjdbc-1.8.0-javadoc.jar | 459 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.aarboard/xlsjdbc/ -->
<dependency>
<groupId>org.aarboard</groupId>
<artifactId>xlsjdbc</artifactId>
<version>1.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.aarboard/xlsjdbc/
implementation 'org.aarboard:xlsjdbc:1.8.0'
// https://jarcasting.com/artifacts/org.aarboard/xlsjdbc/
implementation ("org.aarboard:xlsjdbc:1.8.0")
'org.aarboard:xlsjdbc:jar:1.8.0'
<dependency org="org.aarboard" name="xlsjdbc" rev="1.8.0">
<artifact name="xlsjdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.aarboard', module='xlsjdbc', version='1.8.0')
)
libraryDependencies += "org.aarboard" % "xlsjdbc" % "1.8.0"
[org.aarboard/xlsjdbc "1.8.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.poi : poi | jar | 5.0.0 |
| org.apache.poi : poi-ooxml | jar | 5.0.0 |
| net.sourceforge.csvjdbc : csvjdbc | jar | 1.0.37 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |