| GroupId | GroupIdcom.cueker.util |
|---|---|
| ArtifactId | ArtifactIdpoi-excel-parser |
| Version | Version1.0.1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| poi-excel-parser-1.0.1.pom | 6 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</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"]