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