Skip to content

依赖添加

清沐 edited this page Nov 17, 2024 · 91 revisions

Maven

<dependency>
  <groupId>com.github.liaochong</groupId>
  <artifactId>myexcel</artifactId>
  <version>4.5.6</version>
</dependency>

Gradle

compile group: 'com.github.liaochong', name: 'myexcel', version: '4.5.6'

Ivy

<dependency org="com.github.liaochong" name="myexcel" rev="4.5.6"/>

其它方式请参见:https://search.maven.org/artifact/com.github.liaochong/myexcel

Clone this wiki locally