GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdstream-http |
Version | Version2.8.3 |
Type | Typejar |
Filename | Size |
---|---|
stream-http-2.8.3.pom | |
stream-http-2.8.3.jar | 62 KB |
stream-http-2.8.3-sources.jar | 22 bytes |
stream-http-2.8.3-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/stream-http/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>stream-http</artifactId>
<version>2.8.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/stream-http/
implementation 'org.webjars.npm:stream-http:2.8.3'
// https://jarcasting.com/artifacts/org.webjars.npm/stream-http/
implementation ("org.webjars.npm:stream-http:2.8.3")
'org.webjars.npm:stream-http:jar:2.8.3'
<dependency org="org.webjars.npm" name="stream-http" rev="2.8.3">
<artifact name="stream-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='stream-http', version='2.8.3')
)
libraryDependencies += "org.webjars.npm" % "stream-http" % "2.8.3"
[org.webjars.npm/stream-http "2.8.3"]