GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdstream-http |
Version | Version2.7.2 |
Type | Typejar |
Filename | Size |
---|---|
stream-http-2.7.2.pom | |
stream-http-2.7.2.jar | 61 KB |
stream-http-2.7.2-sources.jar | 22 bytes |
stream-http-2.7.2-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.7.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/stream-http/
implementation 'org.webjars.npm:stream-http:2.7.2'
// https://jarcasting.com/artifacts/org.webjars.npm/stream-http/
implementation ("org.webjars.npm:stream-http:2.7.2")
'org.webjars.npm:stream-http:jar:2.7.2'
<dependency org="org.webjars.npm" name="stream-http" rev="2.7.2">
<artifact name="stream-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='stream-http', version='2.7.2')
)
libraryDependencies += "org.webjars.npm" % "stream-http" % "2.7.2"
[org.webjars.npm/stream-http "2.7.2"]