a

atmosphere-jersey-webrtc

VideoChat with Atmosphere Jersey and webrtc
文件下载
文件名 操作
atmosphere-jersey-webrtc-2.3.0-RC3.pom 下载
atmosphere-jersey-webrtc-2.3.0-RC3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.atmosphere.samples</groupId>
  <artifactId>atmosphere-jersey-webrtc</artifactId>
  <version>2.3.0-RC3</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'org.atmosphere.samples:atmosphere-jersey-webrtc:2.3.0-RC3'
Gradle Kotlin
implementation("org.atmosphere.samples:atmosphere-jersey-webrtc:2.3.0-RC3")
Scala SBT
libraryDependencies += "org.atmosphere.samples" % "atmosphere-jersey-webrtc" % "2.3.0-RC3"
Groovy Grape
@Grapes(
  @Grab(group='org.atmosphere.samples', module='atmosphere-jersey-webrtc', version='2.3.0-RC3')
)
Apache Ivy
<dependency org="org.atmosphere.samples" name="atmosphere-jersey-webrtc" rev="2.3.0-RC3" />
Leiningen
[org.atmosphere.samples/atmosphere-jersey-webrtc "2.3.0-RC3"]
Apache Buildr
'org.atmosphere.samples:atmosphere-jersey-webrtc:jar:2.3.0-RC3'