Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdorg.atmosphere |
ArtifactId | ArtifactIdatmosphere-redis-demo |
Version | Version2.0.4 |
Type | Typewar |
Filename | Size |
---|---|
atmosphere-redis-demo-2.0.4.pom | |
atmosphere-redis-demo-2.0.4.war | 2 MB |
atmosphere-redis-demo-2.0.4-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.0.4</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere/atmosphere-redis-demo/
implementation 'org.atmosphere:atmosphere-redis-demo:2.0.4'
// https://jarcasting.com/artifacts/org.atmosphere/atmosphere-redis-demo/
implementation ("org.atmosphere:atmosphere-redis-demo:2.0.4")
'org.atmosphere:atmosphere-redis-demo:war:2.0.4'
<dependency org="org.atmosphere" name="atmosphere-redis-demo" rev="2.0.4">
<artifact name="atmosphere-redis-demo" type="war" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere', module='atmosphere-redis-demo', version='2.0.4')
)
libraryDependencies += "org.atmosphere" % "atmosphere-redis-demo" % "2.0.4"
[org.atmosphere/atmosphere-redis-demo "2.0.4"]