Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.atmosphere.samples |
ArtifactId | ArtifactIdatmosphere-videochat |
Version | Version2.5.13 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-videochat/ -->
<dependency>
<groupId>org.atmosphere.samples</groupId>
<artifactId>atmosphere-videochat</artifactId>
<version>2.5.13</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-videochat/
implementation 'org.atmosphere.samples:atmosphere-videochat:2.5.13'
// https://jarcasting.com/artifacts/org.atmosphere.samples/atmosphere-videochat/
implementation ("org.atmosphere.samples:atmosphere-videochat:2.5.13")
'org.atmosphere.samples:atmosphere-videochat:war:2.5.13'
<dependency org="org.atmosphere.samples" name="atmosphere-videochat" rev="2.5.13">
<artifact name="atmosphere-videochat" type="war" />
</dependency>
@Grapes(
@Grab(group='org.atmosphere.samples', module='atmosphere-videochat', version='2.5.13')
)
libraryDependencies += "org.atmosphere.samples" % "atmosphere-videochat" % "2.5.13"
[org.atmosphere.samples/atmosphere-videochat "2.5.13"]