| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.springframework.integration |
| Идентификатор | Идентификаторspring-integration-websocket |
| Версия | Версия5.5.9 |
| Тип | Типjar |
| Описание |
ОписаниеSpring Integration WebSockets Support
Spring Integration WebSockets Support
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/org.springframework.integration/spring-integration-websocket/ -->
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-websocket</artifactId>
<version>5.5.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.integration/spring-integration-websocket/
implementation 'org.springframework.integration:spring-integration-websocket:5.5.9'
// https://jarcasting.com/artifacts/org.springframework.integration/spring-integration-websocket/
implementation ("org.springframework.integration:spring-integration-websocket:5.5.9")
'org.springframework.integration:spring-integration-websocket:jar:5.5.9'
<dependency org="org.springframework.integration" name="spring-integration-websocket" rev="5.5.9">
<artifact name="spring-integration-websocket" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.integration', module='spring-integration-websocket', version='5.5.9')
)
libraryDependencies += "org.springframework.integration" % "spring-integration-websocket" % "5.5.9"
[org.springframework.integration/spring-integration-websocket "5.5.9"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.integration : spring-integration-core | jar | 5.5.9 |
| org.springframework : spring-websocket | jar | 5.3.16 |
| org.springframework : spring-webmvc Необязательный | jar | 5.3.16 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 4.0.1 |