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