is not current version
Last Version 5.2.2

org.apache.poi:poi-scratchpad 3.17

Apache POI - Java API To Access Microsoft Format Files

GroupId

GroupId

org.apache.poi
ArtifactId

ArtifactId

poi-scratchpad
Version

Version

3.17
Type

Type

jar

Download poi-scratchpad 3.17


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