Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdorg.atmosphere |
ArtifactId | ArtifactIdatmosphere-redis-demo |
Version | Version2.2.9 |
Type | Typewar |
Filename | Size |
---|---|
atmosphere-redis-demo-2.2.9.pom | |
atmosphere-redis-demo-2.2.9.war | 2 MB |
atmosphere-redis-demo-2.2.9-javadoc.jar | 336 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.atmosphere/atmosphere-redis-demo/ -->
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-redis-demo</artifactId>
<version>2.2.9</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere/atmosphere-redis-demo/
implementation 'org.atmosphere:atmosphere-redis-demo:2.2.9'
// https://jarcasting.com/artifacts/org.atmosphere/atmosphere-redis-demo/
implementation ("org.atmosphere:atmosphere-redis-demo:2.2.9")
'org.atmosphere:atmosphere-redis-demo:war:2.2.9'
<dependency org="org.atmosphere" name="atmosphere-redis-demo" rev="2.2.9">
<artifact name="atmosphere-redis-demo" type="war" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere', module='atmosphere-redis-demo', version='2.2.9')
)
libraryDependencies += "org.atmosphere" % "atmosphere-redis-demo" % "2.2.9"
[org.atmosphere/atmosphere-redis-demo "2.2.9"]