не последняя версия
Последняя версия 1.16.15

org.red5:websocket 1.16.8

Red5 WebSocket plugin

Группа

Группа

org.red5
Идентификатор

Идентификатор

websocket
Версия

Версия

1.16.8
Тип

Тип

jar

Скачать websocket 1.16.8


<!-- https://jarcasting.com/artifacts/org.red5/websocket/ -->
<dependency>
    <groupId>org.red5</groupId>
    <artifactId>websocket</artifactId>
    <version>1.16.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.red5/websocket/
implementation 'org.red5:websocket:1.16.8'
// https://jarcasting.com/artifacts/org.red5/websocket/
implementation ("org.red5:websocket:1.16.8")
'org.red5:websocket:jar:1.16.8'
<dependency org="org.red5" name="websocket" rev="1.16.8">
  <artifact name="websocket" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.red5', module='websocket', version='1.16.8')
)
libraryDependencies += "org.red5" % "websocket" % "1.16.8"
[org.red5/websocket "1.16.8"]