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