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