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