| Категории |
КатегорииСеть CLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаnet.wessendorf.websocket |
| Идентификатор | Идентификаторsimple-client |
| Версия | Версия0.3.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| simple-client-0.3.0.pom | |
| simple-client-0.3.0.jar | 9 KB |
| simple-client-0.3.0-sources.jar | 5 KB |
| simple-client-0.3.0-javadoc.jar | 49 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.wessendorf.websocket/simple-client/ -->
<dependency>
<groupId>net.wessendorf.websocket</groupId>
<artifactId>simple-client</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.wessendorf.websocket/simple-client/
implementation 'net.wessendorf.websocket:simple-client:0.3.0'
// https://jarcasting.com/artifacts/net.wessendorf.websocket/simple-client/
implementation ("net.wessendorf.websocket:simple-client:0.3.0")
'net.wessendorf.websocket:simple-client:jar:0.3.0'
<dependency org="net.wessendorf.websocket" name="simple-client" rev="0.3.0">
<artifact name="simple-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.wessendorf.websocket', module='simple-client', version='0.3.0')
)
libraryDependencies += "net.wessendorf.websocket" % "simple-client" % "0.3.0"
[net.wessendorf.websocket/simple-client "0.3.0"]