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