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