Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdorg.apache.poi |
ArtifactId | ArtifactIdpoi-excelant |
Version | Version3.15-beta2 |
Type | Typejar |
Filename | Size |
---|---|
poi-excelant-3.15-beta2.pom | |
poi-excelant-3.15-beta2.jar | 30 KB |
poi-excelant-3.15-beta2-sources.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.poi/poi-excelant/ -->
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-excelant</artifactId>
<version>3.15-beta2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.poi/poi-excelant/
implementation 'org.apache.poi:poi-excelant:3.15-beta2'
// https://jarcasting.com/artifacts/org.apache.poi/poi-excelant/
implementation ("org.apache.poi:poi-excelant:3.15-beta2")
'org.apache.poi:poi-excelant:jar:3.15-beta2'
<dependency org="org.apache.poi" name="poi-excelant" rev="3.15-beta2">
<artifact name="poi-excelant" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.poi', module='poi-excelant', version='3.15-beta2')
)
libraryDependencies += "org.apache.poi" % "poi-excelant" % "3.15-beta2"
[org.apache.poi/poi-excelant "3.15-beta2"]