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