文件下载
文件名 操作
myexcel-4.0.0.RC2.jar 下载
myexcel-4.0.0.RC2.pom 下载
myexcel-4.0.0.RC2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.liaochong</groupId>
  <artifactId>myexcel</artifactId>
  <version>4.0.0.RC2</version>
</dependency>
Gradle Groovy
implementation 'com.github.liaochong:myexcel:4.0.0.RC2'
Gradle Kotlin
implementation("com.github.liaochong:myexcel:4.0.0.RC2")
Scala SBT
libraryDependencies += "com.github.liaochong" % "myexcel" % "4.0.0.RC2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.liaochong', module='myexcel', version='4.0.0.RC2')
)
Apache Ivy
<dependency org="com.github.liaochong" name="myexcel" rev="4.0.0.RC2" />
Leiningen
[com.github.liaochong/myexcel "4.0.0.RC2"]
Apache Buildr
'com.github.liaochong:myexcel:jar:4.0.0.RC2'