| Группа | Группаorg.webjars.npm |
|---|---|
| Идентификатор | Идентификаторconcat-stream |
| Версия | Версия1.2.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| concat-stream-1.2.1.pom | |
| concat-stream-1.2.1.jar | 5 KB |
| concat-stream-1.2.1-sources.jar | 22 bytes |
| concat-stream-1.2.1-javadoc.jar | 22 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/concat-stream/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>concat-stream</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/concat-stream/
implementation 'org.webjars.npm:concat-stream:1.2.1'
// https://jarcasting.com/artifacts/org.webjars.npm/concat-stream/
implementation ("org.webjars.npm:concat-stream:1.2.1")
'org.webjars.npm:concat-stream:jar:1.2.1'
<dependency org="org.webjars.npm" name="concat-stream" rev="1.2.1">
<artifact name="concat-stream" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='concat-stream', version='1.2.1')
)
libraryDependencies += "org.webjars.npm" % "concat-stream" % "1.2.1"
[org.webjars.npm/concat-stream "1.2.1"]