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