a

atmosphere-videochat

VideoChat with Atmosphere handler and webrtc
Files download
File Operation
atmosphere-videochat-2.4.28.pom download
atmosphere-videochat-2.4.28-sources.jar download
Apache Maven
<dependency>
  <groupId>org.atmosphere.samples</groupId>
  <artifactId>atmosphere-videochat</artifactId>
  <version>2.4.28</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'org.atmosphere.samples:atmosphere-videochat:2.4.28'
Gradle Kotlin
implementation("org.atmosphere.samples:atmosphere-videochat:2.4.28")
Scala SBT
libraryDependencies += "org.atmosphere.samples" % "atmosphere-videochat" % "2.4.28"
Groovy Grape
@Grapes(
  @Grab(group='org.atmosphere.samples', module='atmosphere-videochat', version='2.4.28')
)
Apache Ivy
<dependency org="org.atmosphere.samples" name="atmosphere-videochat" rev="2.4.28" />
Leiningen
[org.atmosphere.samples/atmosphere-videochat "2.4.28"]
Apache Buildr
'org.atmosphere.samples:atmosphere-videochat:jar:2.4.28'