<dependency>
<groupId>com.github.sonnguyenvan9794</groupId>
<artifactId>jxls-core</artifactId>
<version>1.0.0</version>
</dependency>
@Grapes(
@Grab(group='com.github.sonnguyenvan9794', module='jxls-core', version='1.0.0')
)
<parent> <groupId>com.github.sonnguyenvan9794</groupId> <artifactId>jxls-log4j-integration</artifactId> <version>1.0.0</version> </parent>
compile
|-- org.apache.commons:commons-jexl3:3.1
|-- commons-beanutils:commons-beanutils:1.9.4
|-- org.apache.logging.log4j:log4j-core:2.11.1
test
|-- junit:junit