GroupId | GroupIdcom.github.stupdit1t |
---|---|
ArtifactId | ArtifactIdpoi-excel |
Version | Version1.5 |
Type | Typejar |
Filename | Size |
---|---|
poi-excel-1.5.pom | |
poi-excel-1.5.jar | 47 KB |
poi-excel-1.5-sources.jar | 27 KB |
poi-excel-1.5-javadoc.jar | 187 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.stupdit1t/poi-excel/ -->
<dependency>
<groupId>com.github.stupdit1t</groupId>
<artifactId>poi-excel</artifactId>
<version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stupdit1t/poi-excel/
implementation 'com.github.stupdit1t:poi-excel:1.5'
// https://jarcasting.com/artifacts/com.github.stupdit1t/poi-excel/
implementation ("com.github.stupdit1t:poi-excel:1.5")
'com.github.stupdit1t:poi-excel:jar:1.5'
<dependency org="com.github.stupdit1t" name="poi-excel" rev="1.5">
<artifact name="poi-excel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stupdit1t', module='poi-excel', version='1.5')
)
libraryDependencies += "com.github.stupdit1t" % "poi-excel" % "1.5"
[com.github.stupdit1t/poi-excel "1.5"]