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