is not current version
Last Version 5.2.2

org.apache.poi:poi-scratchpad 4.1.0

Apache POI - Java API To Access Microsoft Format Files

GroupId

GroupId

org.apache.poi
ArtifactId

ArtifactId

poi-scratchpad
Version

Version

4.1.0
Type

Type

jar

Download poi-scratchpad 4.1.0


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