GroupId | GroupIdorg.atmosphere.samples |
---|---|
ArtifactId | ArtifactIdatmosphere-spring-websocket |
Version | Version2.4.0 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-spring-websocket/ -->
<dependency>
<groupId>org.atmosphere.samples</groupId>
<artifactId>atmosphere-spring-websocket</artifactId>
<version>2.4.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-spring-websocket/
implementation 'org.atmosphere.samples:atmosphere-spring-websocket:2.4.0'
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-spring-websocket/
implementation ("org.atmosphere.samples:atmosphere-spring-websocket:2.4.0")
'org.atmosphere.samples:atmosphere-spring-websocket:war:2.4.0'
<dependency org="org.atmosphere.samples" name="atmosphere-spring-websocket" rev="2.4.0">
<artifact name="atmosphere-spring-websocket" type="war" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.samples', module='atmosphere-spring-websocket', version='2.4.0')
)
libraryDependencies += "org.atmosphere.samples" % "atmosphere-spring-websocket" % "2.4.0"
[org.atmosphere.samples/atmosphere-spring-websocket "2.4.0"]