Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdorg.atmosphere.samples |
ArtifactId | ArtifactIdatmosphere-pubsub-redis |
Version | Version0.8.0-RC2 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-pubsub-redis/ -->
<dependency>
<groupId>org.atmosphere.samples</groupId>
<artifactId>atmosphere-pubsub-redis</artifactId>
<version>0.8.0-RC2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-pubsub-redis/
implementation 'org.atmosphere.samples:atmosphere-pubsub-redis:0.8.0-RC2'
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-pubsub-redis/
implementation ("org.atmosphere.samples:atmosphere-pubsub-redis:0.8.0-RC2")
'org.atmosphere.samples:atmosphere-pubsub-redis:war:0.8.0-RC2'
<dependency org="org.atmosphere.samples" name="atmosphere-pubsub-redis" rev="0.8.0-RC2">
<artifact name="atmosphere-pubsub-redis" type="war" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.samples', module='atmosphere-pubsub-redis', version='0.8.0-RC2')
)
libraryDependencies += "org.atmosphere.samples" % "atmosphere-pubsub-redis" % "0.8.0-RC2"
[org.atmosphere.samples/atmosphere-pubsub-redis "0.8.0-RC2"]