is not current version
Last Version 2.6.4

org.atmosphere.samples:atmosphere-videochat 2.4.27

VideoChat with Atmosphere handler and webrtc

Categories

Categories

IDE Development Tools
GroupId

GroupId

org.atmosphere.samples
ArtifactId

ArtifactId

atmosphere-videochat
Version

Version

2.4.27
Type

Type

war

Download atmosphere-videochat 2.4.27


<!-- https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-videochat/ -->
<dependency>
    <groupId>org.atmosphere.samples</groupId>
    <artifactId>atmosphere-videochat</artifactId>
    <version>2.4.27</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-videochat/
implementation 'org.atmosphere.samples:atmosphere-videochat:2.4.27'
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-videochat/
implementation ("org.atmosphere.samples:atmosphere-videochat:2.4.27")
'org.atmosphere.samples:atmosphere-videochat:war:2.4.27'
<dependency org="org.atmosphere.samples" name="atmosphere-videochat" rev="2.4.27">
  <artifact name="atmosphere-videochat" type="war" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.samples', module='atmosphere-videochat', version='2.4.27')
)
libraryDependencies += "org.atmosphere.samples" % "atmosphere-videochat" % "2.4.27"
[org.atmosphere.samples/atmosphere-videochat "2.4.27"]