| Категории |
КатегорииCLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаorg.spincast |
| Идентификатор | Идентификаторspincast-plugins-http-client-with-websocket |
| Версия | Версия0.9.44 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.spincast/spincast-plugins-http-client-with-websocket/ -->
<dependency>
<groupId>org.spincast</groupId>
<artifactId>spincast-plugins-http-client-with-websocket</artifactId>
<version>0.9.44</version>
</dependency>
// https://jarcasting.com/artifacts/org.spincast/spincast-plugins-http-client-with-websocket/
implementation 'org.spincast:spincast-plugins-http-client-with-websocket:0.9.44'
// https://jarcasting.com/artifacts/org.spincast/spincast-plugins-http-client-with-websocket/
implementation ("org.spincast:spincast-plugins-http-client-with-websocket:0.9.44")
'org.spincast:spincast-plugins-http-client-with-websocket:jar:0.9.44'
<dependency org="org.spincast" name="spincast-plugins-http-client-with-websocket" rev="0.9.44">
<artifact name="spincast-plugins-http-client-with-websocket" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.spincast', module='spincast-plugins-http-client-with-websocket', version='0.9.44')
)
libraryDependencies += "org.spincast" % "spincast-plugins-http-client-with-websocket" % "0.9.44"
[org.spincast/spincast-plugins-http-client-with-websocket "0.9.44"]