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