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