| Категории |
КатегорииNative Инструменты разработки |
|---|---|
| Группа | Группаio.streamnative |
| Идентификатор | Идентификаторpulsar-websocket |
| Версия | Версия2.8.2.14 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| pulsar-websocket-2.8.2.14.pom | |
| pulsar-websocket-2.8.2.14.jar | 103 KB |
| pulsar-websocket-2.8.2.14-sources.jar | 65 KB |
| pulsar-websocket-2.8.2.14-javadoc.jar | 231 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.streamnative/pulsar-websocket/ -->
<dependency>
<groupId>io.streamnative</groupId>
<artifactId>pulsar-websocket</artifactId>
<version>2.8.2.14</version>
</dependency>
// https://jarcasting.com/artifacts/io.streamnative/pulsar-websocket/
implementation 'io.streamnative:pulsar-websocket:2.8.2.14'
// https://jarcasting.com/artifacts/io.streamnative/pulsar-websocket/
implementation ("io.streamnative:pulsar-websocket:2.8.2.14")
'io.streamnative:pulsar-websocket:jar:2.8.2.14'
<dependency org="io.streamnative" name="pulsar-websocket" rev="2.8.2.14">
<artifact name="pulsar-websocket" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.streamnative', module='pulsar-websocket', version='2.8.2.14')
)
libraryDependencies += "io.streamnative" % "pulsar-websocket" % "2.8.2.14"
[io.streamnative/pulsar-websocket "2.8.2.14"]