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