Skip to content

Dependency adding

清沐 edited this page Nov 17, 2024 · 60 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"/>

For other ways, see website https://search.maven.org/artifact/com.github.liaochong/myexcel

Clone this wiki locally