| License |
License |
|---|---|
| GroupId | GroupIdorg.springframework |
| ArtifactId | ArtifactIdspring-websocket |
| Last Version | Last Version5.3.21 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSpring WebSocket
Spring WebSocket
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| spring-websocket-5.3.21.pom | |
| spring-websocket-5.3.21.jar | 411 KB |
| spring-websocket-5.3.21-sources.jar | 294 KB |
| spring-websocket-5.3.21-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.springframework/spring-websocket/ -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-websocket</artifactId>
<version>5.3.21</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework/spring-websocket/
implementation 'org.springframework:spring-websocket:5.3.21'
// https://jarcasting.com/artifacts/org.springframework/spring-websocket/
implementation ("org.springframework:spring-websocket:5.3.21")
'org.springframework:spring-websocket:jar:5.3.21'
<dependency org="org.springframework" name="spring-websocket" rev="5.3.21">
<artifact name="spring-websocket" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-websocket', version='5.3.21')
)
libraryDependencies += "org.springframework" % "spring-websocket" % "5.3.21"
[org.springframework/spring-websocket "5.3.21"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-context | jar | 5.3.21 |
| org.springframework : spring-core | jar | 5.3.21 |
| org.springframework : spring-web | jar | 5.3.21 |