Categories |
CategoriesJersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.atmosphere.samples |
ArtifactId | ArtifactIdatmosphere-jersey-webrtc |
Version | Version2.3.0-RC5 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-jersey-webrtc/ -->
<dependency>
<groupId>org.atmosphere.samples</groupId>
<artifactId>atmosphere-jersey-webrtc</artifactId>
<version>2.3.0-RC5</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-jersey-webrtc/
implementation 'org.atmosphere.samples:atmosphere-jersey-webrtc:2.3.0-RC5'
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-jersey-webrtc/
implementation ("org.atmosphere.samples:atmosphere-jersey-webrtc:2.3.0-RC5")
'org.atmosphere.samples:atmosphere-jersey-webrtc:war:2.3.0-RC5'
<dependency org="org.atmosphere.samples" name="atmosphere-jersey-webrtc" rev="2.3.0-RC5">
<artifact name="atmosphere-jersey-webrtc" type="war" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.samples', module='atmosphere-jersey-webrtc', version='2.3.0-RC5')
)
libraryDependencies += "org.atmosphere.samples" % "atmosphere-jersey-webrtc" % "2.3.0-RC5"
[org.atmosphere.samples/atmosphere-jersey-webrtc "2.3.0-RC5"]