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