| GroupId | GroupIdorg.apache.poi | 
    
|---|---|
| ArtifactId | ArtifactIdpoi-scratchpad | 
    
| Version | Version3.12-beta1 | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/org.apache.poi/poi-scratchpad/ -->
<dependency>
    <groupId>org.apache.poi</groupId>
    <artifactId>poi-scratchpad</artifactId>
    <version>3.12-beta1</version>
</dependency>
                // https://jarcasting.com/artifacts/org.apache.poi/poi-scratchpad/
implementation 'org.apache.poi:poi-scratchpad:3.12-beta1'
                // https://jarcasting.com/artifacts/org.apache.poi/poi-scratchpad/
implementation ("org.apache.poi:poi-scratchpad:3.12-beta1")
                'org.apache.poi:poi-scratchpad:jar:3.12-beta1'
                <dependency org="org.apache.poi" name="poi-scratchpad" rev="3.12-beta1">
  <artifact name="poi-scratchpad" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.apache.poi', module='poi-scratchpad', version='3.12-beta1')
)
                libraryDependencies += "org.apache.poi" % "poi-scratchpad" % "3.12-beta1"
                [org.apache.poi/poi-scratchpad "3.12-beta1"]