Files download
File Operation
poi-ooxml-3.13.jar download
poi-ooxml-3.13.pom download
poi-ooxml-3.13-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.poi</groupId>
  <artifactId>poi-ooxml</artifactId>
  <version>3.13</version>
</dependency>
Gradle Groovy
implementation 'org.apache.poi:poi-ooxml:3.13'
Gradle Kotlin
implementation("org.apache.poi:poi-ooxml:3.13")
Scala SBT
libraryDependencies += "org.apache.poi" % "poi-ooxml" % "3.13"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.poi', module='poi-ooxml', version='3.13')
)
Apache Ivy
<dependency org="org.apache.poi" name="poi-ooxml" rev="3.13" />
Leiningen
[org.apache.poi/poi-ooxml "3.13"]
Apache Buildr
'org.apache.poi:poi-ooxml:jar:3.13'