is not current version
Last Version 1.0.1.01

com.cueker.util:poi-excel-parser 1.0.1

an excel import/export component based on apache poi

GroupId

GroupId

com.cueker.util
ArtifactId

ArtifactId

poi-excel-parser
Version

Version

1.0.1
Type

Type

pom

Download poi-excel-parser 1.0.1


<!-- https://jarcasting.com/artifacts/com.cueker.util/poi-excel-parser/ -->
<dependency>
    <groupId>com.cueker.util</groupId>
    <artifactId>poi-excel-parser</artifactId>
    <version>1.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.cueker.util/poi-excel-parser/
implementation 'com.cueker.util:poi-excel-parser:1.0.1'
// https://jarcasting.com/artifacts/com.cueker.util/poi-excel-parser/
implementation ("com.cueker.util:poi-excel-parser:1.0.1")
'com.cueker.util:poi-excel-parser:pom:1.0.1'
<dependency org="com.cueker.util" name="poi-excel-parser" rev="1.0.1">
  <artifact name="poi-excel-parser" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.cueker.util', module='poi-excel-parser', version='1.0.1')
)
libraryDependencies += "com.cueker.util" % "poi-excel-parser" % "1.0.1"
[com.cueker.util/poi-excel-parser "1.0.1"]