Files download
File Operation
myexcel-4.0.0.RC1.jar download
myexcel-4.0.0.RC1.pom download
myexcel-4.0.0.RC1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.liaochong</groupId>
  <artifactId>myexcel</artifactId>
  <version>4.0.0.RC1</version>
</dependency>
Gradle Groovy
implementation 'com.github.liaochong:myexcel:4.0.0.RC1'
Gradle Kotlin
implementation("com.github.liaochong:myexcel:4.0.0.RC1")
Scala SBT
libraryDependencies += "com.github.liaochong" % "myexcel" % "4.0.0.RC1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.liaochong', module='myexcel', version='4.0.0.RC1')
)
Apache Ivy
<dependency org="com.github.liaochong" name="myexcel" rev="4.0.0.RC1" />
Leiningen
[com.github.liaochong/myexcel "4.0.0.RC1"]
Apache Buildr
'com.github.liaochong:myexcel:jar:4.0.0.RC1'