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