не последняя версия
Последняя версия 4.1.2

org.apache.poi:poi-ooxml-schemas 3.13

Apache POI - Java API To Access Microsoft Format Files

Группа

Группа

org.apache.poi
Идентификатор

Идентификатор

poi-ooxml-schemas
Версия

Версия

3.13
Тип

Тип

jar

Скачать poi-ooxml-schemas 3.13


<!-- https://jarcasting.com/artifacts/org.apache.poi/poi-ooxml-schemas/ -->
<dependency>
    <groupId>org.apache.poi</groupId>
    <artifactId>poi-ooxml-schemas</artifactId>
    <version>3.13</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.poi/poi-ooxml-schemas/
implementation 'org.apache.poi:poi-ooxml-schemas:3.13'
// https://jarcasting.com/artifacts/org.apache.poi/poi-ooxml-schemas/
implementation ("org.apache.poi:poi-ooxml-schemas:3.13")
'org.apache.poi:poi-ooxml-schemas:jar:3.13'
<dependency org="org.apache.poi" name="poi-ooxml-schemas" rev="3.13">
  <artifact name="poi-ooxml-schemas" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.poi', module='poi-ooxml-schemas', version='3.13')
)
libraryDependencies += "org.apache.poi" % "poi-ooxml-schemas" % "3.13"
[org.apache.poi/poi-ooxml-schemas "3.13"]