is not current version
Last Version 5.2.2

org.apache.poi:poi-scratchpad 3.10-FINAL

Apache POI - Java API To Access Microsoft Format Files

GroupId

GroupId

org.apache.poi
ArtifactId

ArtifactId

poi-scratchpad
Version

Version

3.10-FINAL
Type

Type

jar

Download poi-scratchpad 3.10-FINAL


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