| GroupId | GroupIdorg.springframework | 
|---|---|
| ArtifactId | ArtifactIdspring-websocket | 
| Version | Version4.3.2.RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.springframework/spring-websocket/ -->
<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-websocket</artifactId>
    <version>4.3.2.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.springframework/spring-websocket/
implementation 'org.springframework:spring-websocket:4.3.2.RELEASE'// https://jarcasting.com/artifacts/org.springframework/spring-websocket/
implementation ("org.springframework:spring-websocket:4.3.2.RELEASE")'org.springframework:spring-websocket:jar:4.3.2.RELEASE'<dependency org="org.springframework" name="spring-websocket" rev="4.3.2.RELEASE">
  <artifact name="spring-websocket" type="jar" />
</dependency>@Grapes(
@Grab(group='org.springframework', module='spring-websocket', version='4.3.2.RELEASE')
)libraryDependencies += "org.springframework" % "spring-websocket" % "4.3.2.RELEASE"[org.springframework/spring-websocket "4.3.2.RELEASE"]