s

streaming-klient

streaming for multipart requests
https://github.com/ks-no/fiks-streaming-klient
文件下载
文件名 操作
streaming-klient-3.0.0.jar 下载
streaming-klient-3.0.0.pom 下载
streaming-klient-3.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>no.ks.fiks</groupId>
  <artifactId>streaming-klient</artifactId>
  <version>3.0.0</version>
</dependency>
Gradle Groovy
implementation 'no.ks.fiks:streaming-klient:3.0.0'
Gradle Kotlin
implementation("no.ks.fiks:streaming-klient:3.0.0")
Scala SBT
libraryDependencies += "no.ks.fiks" % "streaming-klient" % "3.0.0"
Groovy Grape
@Grapes(
  @Grab(group='no.ks.fiks', module='streaming-klient', version='3.0.0')
)
Apache Ivy
<dependency org="no.ks.fiks" name="streaming-klient" rev="3.0.0" />
Leiningen
[no.ks.fiks/streaming-klient "3.0.0"]
Apache Buildr
'no.ks.fiks:streaming-klient:jar:3.0.0'