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