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