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