s

stream-http

WebJar for stream-http
http://webjars.org
MIT
文件下载
文件名 操作
stream-http-2.8.2.jar 下载
stream-http-2.8.2.pom 下载
stream-http-2.8.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.webjars.npm</groupId>
  <artifactId>stream-http</artifactId>
  <version>2.8.2</version>
</dependency>
Gradle Groovy
implementation 'org.webjars.npm:stream-http:2.8.2'
Gradle Kotlin
implementation("org.webjars.npm:stream-http:2.8.2")
Scala SBT
libraryDependencies += "org.webjars.npm" % "stream-http" % "2.8.2"
Groovy Grape
@Grapes(
  @Grab(group='org.webjars.npm', module='stream-http', version='2.8.2')
)
Apache Ivy
<dependency org="org.webjars.npm" name="stream-http" rev="2.8.2" />
Leiningen
[org.webjars.npm/stream-http "2.8.2"]
Apache Buildr
'org.webjars.npm:stream-http:jar:2.8.2'