GroupId | GroupIdorg.apache.poi |
---|---|
ArtifactId | ArtifactIdpoi-ooxml |
Version | Version3.12 |
Type | Typejar |
Filename | Size |
---|---|
poi-ooxml-3.12.pom | |
poi-ooxml-3.12.jar | 1 MB |
poi-ooxml-3.12-sources.jar | 850 KB |
poi-ooxml-3.12-javadocs.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.poi/poi-ooxml/ -->
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<version>3.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.poi/poi-ooxml/
implementation 'org.apache.poi:poi-ooxml:3.12'
// https://jarcasting.com/artifacts/org.apache.poi/poi-ooxml/
implementation ("org.apache.poi:poi-ooxml:3.12")
'org.apache.poi:poi-ooxml:jar:3.12'
<dependency org="org.apache.poi" name="poi-ooxml" rev="3.12">
<artifact name="poi-ooxml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.poi', module='poi-ooxml', version='3.12')
)
libraryDependencies += "org.apache.poi" % "poi-ooxml" % "3.12"
[org.apache.poi/poi-ooxml "3.12"]