<dependency>
<groupId>com.github.dreamroute</groupId>
<artifactId>excel-helper</artifactId>
<version>1.7-RELEASE</version>
</dependency>
@Grapes(
@Grab(group='com.github.dreamroute', module='excel-helper', version='1.7-RELEASE')
)
compile
|-- org.apache.poi:poi-ooxml:3.17
|-- org.apache.commons:commons-lang3:3.7
test
|-- junit:junit:4.12