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