| GroupId | GroupIdorg.webjars.npm |
|---|---|
| ArtifactId | ArtifactIdreadable-stream |
| Version | Version2.3.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| readable-stream-2.3.3.pom | |
| readable-stream-2.3.3.jar | 37 KB |
| readable-stream-2.3.3-sources.jar | 22 bytes |
| readable-stream-2.3.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/readable-stream/
implementation 'org.webjars.npm:readable-stream:2.3.3'
// https://jarcasting.com/artifacts/org.webjars.npm/readable-stream/
implementation ("org.webjars.npm:readable-stream:2.3.3")
'org.webjars.npm:readable-stream:jar:2.3.3'
<dependency org="org.webjars.npm" name="readable-stream" rev="2.3.3">
<artifact name="readable-stream" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='readable-stream', version='2.3.3')
)
libraryDependencies += "org.webjars.npm" % "readable-stream" % "2.3.3"
[org.webjars.npm/readable-stream "2.3.3"]