| Группа | Группаorg.springframework |
|---|---|
| Идентификатор | Идентификаторspring-websocket |
| Версия | Версия4.0.9.RELEASE |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| spring-websocket-4.0.9.RELEASE.pom | |
| spring-websocket-4.0.9.RELEASE.jar | 273 KB |
| spring-websocket-4.0.9.RELEASE-sources.jar | 221 KB |
| spring-websocket-4.0.9.RELEASE-javadoc.jar | 612 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.springframework/spring-websocket/ -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-websocket</artifactId>
<version>4.0.9.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework/spring-websocket/
implementation 'org.springframework:spring-websocket:4.0.9.RELEASE'
// https://jarcasting.com/artifacts/org.springframework/spring-websocket/
implementation ("org.springframework:spring-websocket:4.0.9.RELEASE")
'org.springframework:spring-websocket:jar:4.0.9.RELEASE'
<dependency org="org.springframework" name="spring-websocket" rev="4.0.9.RELEASE">
<artifact name="spring-websocket" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-websocket', version='4.0.9.RELEASE')
)
libraryDependencies += "org.springframework" % "spring-websocket" % "4.0.9.RELEASE"
[org.springframework/spring-websocket "4.0.9.RELEASE"]