GroupId | GroupIdorg.atmosphere.samples |
---|---|
ArtifactId | ArtifactIdatmosphere-channel |
Version | Version2.2.0 |
Type | Typewar |
Filename | Size |
---|---|
atmosphere-channel-2.2.0.pom | |
atmosphere-channel-2.2.0.war | 1 MB |
atmosphere-channel-2.2.0-sources.jar | 1 KB |
atmosphere-channel-2.2.0-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-channel/ -->
<dependency>
<groupId>org.atmosphere.samples</groupId>
<artifactId>atmosphere-channel</artifactId>
<version>2.2.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-channel/
implementation 'org.atmosphere.samples:atmosphere-channel:2.2.0'
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-channel/
implementation ("org.atmosphere.samples:atmosphere-channel:2.2.0")
'org.atmosphere.samples:atmosphere-channel:war:2.2.0'
<dependency org="org.atmosphere.samples" name="atmosphere-channel" rev="2.2.0">
<artifact name="atmosphere-channel" type="war" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.samples', module='atmosphere-channel', version='2.2.0')
)
libraryDependencies += "org.atmosphere.samples" % "atmosphere-channel" % "2.2.0"
[org.atmosphere.samples/atmosphere-channel "2.2.0"]