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