| Categories |
CategoriesJavaScript Languages |
|---|---|
| GroupId | GroupIdorg.atmosphere.samples |
| ArtifactId | ArtifactIdatmosphere-sockjs-demo |
| Version | Version2.3.0-RC4 |
| Type | Typewar |
| Filename | Size |
|---|---|
| atmosphere-sockjs-demo-2.3.0-RC4.pom | |
| atmosphere-sockjs-demo-2.3.0-RC4.war | 3 MB |
| atmosphere-sockjs-demo-2.3.0-RC4-javadoc.jar | 337 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-sockjs-demo/ -->
<dependency>
<groupId>org.atmosphere.samples</groupId>
<artifactId>atmosphere-sockjs-demo</artifactId>
<version>2.3.0-RC4</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-sockjs-demo/
implementation 'org.atmosphere.samples:atmosphere-sockjs-demo:2.3.0-RC4'
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-sockjs-demo/
implementation ("org.atmosphere.samples:atmosphere-sockjs-demo:2.3.0-RC4")
'org.atmosphere.samples:atmosphere-sockjs-demo:war:2.3.0-RC4'
<dependency org="org.atmosphere.samples" name="atmosphere-sockjs-demo" rev="2.3.0-RC4">
<artifact name="atmosphere-sockjs-demo" type="war" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.samples', module='atmosphere-sockjs-demo', version='2.3.0-RC4')
)
libraryDependencies += "org.atmosphere.samples" % "atmosphere-sockjs-demo" % "2.3.0-RC4"
[org.atmosphere.samples/atmosphere-sockjs-demo "2.3.0-RC4"]