p

poi-ooxml-schemas

Apache POI - Java API To Access Microsoft Format Files
http://poi.apache.org/
Apache License, Version 2.0
Apache Software Foundation
Files download
File Operation
poi-ooxml-schemas-4.1.2.jar download
poi-ooxml-schemas-4.1.2.pom download
Apache Maven
<dependency>
  <groupId>org.apache.poi</groupId>
  <artifactId>poi-ooxml-schemas</artifactId>
  <version>4.1.2</version>
</dependency>
Gradle Groovy
implementation 'org.apache.poi:poi-ooxml-schemas:4.1.2'
Gradle Kotlin
implementation("org.apache.poi:poi-ooxml-schemas:4.1.2")
Scala SBT
libraryDependencies += "org.apache.poi" % "poi-ooxml-schemas" % "4.1.2"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.poi', module='poi-ooxml-schemas', version='4.1.2')
)
Apache Ivy
<dependency org="org.apache.poi" name="poi-ooxml-schemas" rev="4.1.2" />
Leiningen
[org.apache.poi/poi-ooxml-schemas "4.1.2"]
Apache Buildr
'org.apache.poi:poi-ooxml-schemas:jar:4.1.2'
Dependencies