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