| Categories | CategoriesAnt Build Tools | 
|---|---|
| GroupId | GroupIdorg.apache.poi | 
| ArtifactId | ArtifactIdpoi-excelant | 
| Version | Version3.8-beta5 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| poi-excelant-3.8-beta5.pom | |
| poi-excelant-3.8-beta5.jar | 29 KB | 
| poi-excelant-3.8-beta5-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>3.8-beta5</version>
</dependency>// https://jarcasting.com/artifacts/org.apache.poi/poi-excelant/
implementation 'org.apache.poi:poi-excelant:3.8-beta5'// https://jarcasting.com/artifacts/org.apache.poi/poi-excelant/
implementation ("org.apache.poi:poi-excelant:3.8-beta5")'org.apache.poi:poi-excelant:jar:3.8-beta5'<dependency org="org.apache.poi" name="poi-excelant" rev="3.8-beta5">
  <artifact name="poi-excelant" type="jar" />
</dependency>@Grapes(
@Grab(group='org.apache.poi', module='poi-excelant', version='3.8-beta5')
)libraryDependencies += "org.apache.poi" % "poi-excelant" % "3.8-beta5"[org.apache.poi/poi-excelant "3.8-beta5"]