文件下载
文件名 操作
xlsx-streamer-1.2.1.jar 下载
xlsx-streamer-1.2.1.pom 下载
xlsx-streamer-1.2.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.monitorjbl</groupId>
  <artifactId>xlsx-streamer</artifactId>
  <version>1.2.1</version>
</dependency>
Gradle Groovy
implementation 'com.monitorjbl:xlsx-streamer:1.2.1'
Gradle Kotlin
implementation("com.monitorjbl:xlsx-streamer:1.2.1")
Scala SBT
libraryDependencies += "com.monitorjbl" % "xlsx-streamer" % "1.2.1"
Groovy Grape
@Grapes(
  @Grab(group='com.monitorjbl', module='xlsx-streamer', version='1.2.1')
)
Apache Ivy
<dependency org="com.monitorjbl" name="xlsx-streamer" rev="1.2.1" />
Leiningen
[com.monitorjbl/xlsx-streamer "1.2.1"]
Apache Buildr
'com.monitorjbl:xlsx-streamer:jar:1.2.1'