<dependency> <groupId>org.apache.poi</groupId> <artifactId>poi-scratchpad</artifactId> <version>5.3.0</version> </dependency>
implementation 'org.apache.poi:poi-scratchpad:5.3.0'
implementation("org.apache.poi:poi-scratchpad:5.3.0")
libraryDependencies += "org.apache.poi" % "poi-scratchpad" % "5.3.0"
@Grapes( @Grab(group='org.apache.poi', module='poi-scratchpad', version='5.3.0') )
<dependency org="org.apache.poi" name="poi-scratchpad" rev="5.3.0" />
[org.apache.poi/poi-scratchpad "5.3.0"]
'org.apache.poi:poi-scratchpad:jar:5.3.0'
compile
|-- org.apache.poi:poi:5.3.0
|-- org.apache.logging.log4j:log4j-api:2.23.1
|-- org.apache.commons:commons-math3:3.6.1
|-- commons-codec:commons-codec:1.17.0
|-- commons-io:commons-io:2.16.1