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