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