License |
License |
---|---|
GroupId | GroupIdcom.cueker.util |
ArtifactId | ArtifactIdpoi-excel-parser |
Version | Version1.0.1.01 |
Type | Typepom |
Description |
Descriptionpoi-excel-parser
an excel import/export component based on apache poi
|
Filename | Size |
---|---|
poi-excel-parser-1.0.1.01.pom | 7 KB |
Browse |
<!-- 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.01</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.01'
// https://jarcasting.com/artifacts/com.cueker.util/poi-excel-parser/
implementation ("com.cueker.util:poi-excel-parser:1.0.1.01")
'com.cueker.util:poi-excel-parser:pom:1.0.1.01'
<dependency org="com.cueker.util" name="poi-excel-parser" rev="1.0.1.01">
<artifact name="poi-excel-parser" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.cueker.util', module='poi-excel-parser', version='1.0.1.01')
)
libraryDependencies += "com.cueker.util" % "poi-excel-parser" % "1.0.1.01"
[com.cueker.util/poi-excel-parser "1.0.1.01"]