License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdorg.apache.poi |
ArtifactId | ArtifactIdpoi-excelant |
Last Version | Last Version5.2.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache POI - ExcelAnt
Apache POI - Java API To Access Microsoft Format Files
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
poi-excelant-5.2.2.pom | |
poi-excelant-5.2.2.jar | 29 KB |
poi-excelant-5.2.2-sources.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.poi/poi-excelant/ -->
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-excelant</artifactId>
<version>5.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.poi/poi-excelant/
implementation 'org.apache.poi:poi-excelant:5.2.2'
// https://jarcasting.com/artifacts/org.apache.poi/poi-excelant/
implementation ("org.apache.poi:poi-excelant:5.2.2")
'org.apache.poi:poi-excelant:jar:5.2.2'
<dependency org="org.apache.poi" name="poi-excelant" rev="5.2.2">
<artifact name="poi-excelant" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.poi', module='poi-excelant', version='5.2.2')
)
libraryDependencies += "org.apache.poi" % "poi-excelant" % "5.2.2"
[org.apache.poi/poi-excelant "5.2.2"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.ant : ant | jar | 1.10.12 |
org.apache.poi : poi-ooxml | jar | 5.2.2 |