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