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