<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-scratchpad</artifactId>
<version>3.17-beta1</version>
</dependency>
@Grapes(
@Grab(group='org.apache.poi', module='poi-scratchpad', version='3.17-beta1')
)
compile