<dependency> <groupId>com.alibaba</groupId> <artifactId>easyexcel</artifactId> <version>1.0.2-bugfix</version> </dependency>
implementation 'com.alibaba:easyexcel:1.0.2-bugfix'
implementation("com.alibaba:easyexcel:1.0.2-bugfix")
libraryDependencies += "com.alibaba" % "easyexcel" % "1.0.2-bugfix"
@Grapes( @Grab(group='com.alibaba', module='easyexcel', version='1.0.2-bugfix') )
<dependency org="com.alibaba" name="easyexcel" rev="1.0.2-bugfix" />
[com.alibaba/easyexcel "1.0.2-bugfix"]
'com.alibaba:easyexcel:jar:1.0.2-bugfix'
compile
|-- org.apache.poi:poi:3.15
|-- org.apache.poi:poi-ooxml:3.15
|-- commons-beanutils:commons-beanutils:1.9.2
|-- org.apache.commons:commons-compress:1.14
test
|-- junit:junit:4.12