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