| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGlassFish Контейнер Application Servers |
| Группа | Группаorg.glassfish.websocket |
| Идентификатор | Идентификаторwebsocket-sample-simplelife |
| Последняя версия | Последняя версия0.2 |
| Дата | Дата |
| Тип | Типwar |
| Описание |
ОписаниеWebSocket Simple Life Sample
WebSocket API and Implementation
|
| Ссылка на сайт |
Ссылка на сайт |
<!-- https://jarcasting.com/artifacts/org.glassfish.websocket/websocket-sample-simplelife/ -->
<dependency>
<groupId>org.glassfish.websocket</groupId>
<artifactId>websocket-sample-simplelife</artifactId>
<version>0.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.websocket/websocket-sample-simplelife/
implementation 'org.glassfish.websocket:websocket-sample-simplelife:0.2'
// https://jarcasting.com/artifacts/org.glassfish.websocket/websocket-sample-simplelife/
implementation ("org.glassfish.websocket:websocket-sample-simplelife:0.2")
'org.glassfish.websocket:websocket-sample-simplelife:war:0.2'
<dependency org="org.glassfish.websocket" name="websocket-sample-simplelife" rev="0.2">
<artifact name="websocket-sample-simplelife" type="war" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.websocket', module='websocket-sample-simplelife', version='0.2')
)
libraryDependencies += "org.glassfish.websocket" % "websocket-sample-simplelife" % "0.2"
[org.glassfish.websocket/websocket-sample-simplelife "0.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.glassfish.websocket : websocket-api | jar | 0.2 |
| org.glassfish.websocket : websocket-impl | jar | 0.2 |
| javax : javaee-web-api | jar | 6.0 |
| org.json : json | jar | 20090211 |