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