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