is not current version
Last Version 1.2.7

com.github.takezoe:xlsbeans 1.2.6

XLSBeans is a library for mapping Excel sheets to POJOs.

Categories

Categories

SBE Data Data Structures
GroupId

GroupId

com.github.takezoe
ArtifactId

ArtifactId

xlsbeans
Version

Version

1.2.6
Type

Type

jar

Download xlsbeans 1.2.6


<!-- https://jarcasting.com/artifacts/com.github.takezoe/xlsbeans/ -->
<dependency>
    <groupId>com.github.takezoe</groupId>
    <artifactId>xlsbeans</artifactId>
    <version>1.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.takezoe/xlsbeans/
implementation 'com.github.takezoe:xlsbeans:1.2.6'
// https://jarcasting.com/artifacts/com.github.takezoe/xlsbeans/
implementation ("com.github.takezoe:xlsbeans:1.2.6")
'com.github.takezoe:xlsbeans:jar:1.2.6'
<dependency org="com.github.takezoe" name="xlsbeans" rev="1.2.6">
  <artifact name="xlsbeans" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.takezoe', module='xlsbeans', version='1.2.6')
)
libraryDependencies += "com.github.takezoe" % "xlsbeans" % "1.2.6"
[com.github.takezoe/xlsbeans "1.2.6"]