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