| License |
License |
|---|---|
| Categories |
CategoriesSBE Data Data Structures |
| GroupId | GroupIdcom.github.takezoe |
| ArtifactId | ArtifactIdxlsbeans |
| Version | Version1.2.7 |
| Type | Typejar |
| Description |
DescriptionXLSBeans
XLSBeans is a library for mapping Excel sheets to POJOs.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| xlsbeans-1.2.7.pom | |
| xlsbeans-1.2.7.jar | 85 KB |
| xlsbeans-1.2.7-sources.jar | 52 KB |
| xlsbeans-1.2.7-javadoc.jar | 392 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.takezoe/xlsbeans/ -->
<dependency>
<groupId>com.github.takezoe</groupId>
<artifactId>xlsbeans</artifactId>
<version>1.2.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.takezoe/xlsbeans/
implementation 'com.github.takezoe:xlsbeans:1.2.7'
// https://jarcasting.com/artifacts/com.github.takezoe/xlsbeans/
implementation ("com.github.takezoe:xlsbeans:1.2.7")
'com.github.takezoe:xlsbeans:jar:1.2.7'
<dependency org="com.github.takezoe" name="xlsbeans" rev="1.2.7">
<artifact name="xlsbeans" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.takezoe', module='xlsbeans', version='1.2.7')
)
libraryDependencies += "com.github.takezoe" % "xlsbeans" % "1.2.7"
[com.github.takezoe/xlsbeans "1.2.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.sourceforge.jexcelapi : jxl | jar | 2.6.12 |
| org.apache.poi : poi | jar | 3.6 |
| org.apache.poi : poi-ooxml | jar | 3.6 |
| ognl : ognl | jar | 3.1.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |