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