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