| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdorg.kurento |
| ArtifactId | ArtifactIdkurento-room-client |
| Version | Version6.6.0 |
| Type | Typejar |
| Description |
DescriptionKurento Room Client
Kurento Room library for the client-side of Kurento Room Server
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| kurento-room-client-6.6.0.pom | |
| kurento-room-client-6.6.0.jar | 22 KB |
| kurento-room-client-6.6.0-sources.jar | 16 KB |
| kurento-room-client-6.6.0-javadoc.jar | 97 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.kurento/kurento-room-client/ -->
<dependency>
<groupId>org.kurento</groupId>
<artifactId>kurento-room-client</artifactId>
<version>6.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.kurento/kurento-room-client/
implementation 'org.kurento:kurento-room-client:6.6.0'
// https://jarcasting.com/artifacts/org.kurento/kurento-room-client/
implementation ("org.kurento:kurento-room-client:6.6.0")
'org.kurento:kurento-room-client:jar:6.6.0'
<dependency org="org.kurento" name="kurento-room-client" rev="6.6.0">
<artifact name="kurento-room-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kurento', module='kurento-room-client', version='6.6.0')
)
libraryDependencies += "org.kurento" % "kurento-room-client" % "6.6.0"
[org.kurento/kurento-room-client "6.6.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.kurento : kurento-jsonrpc-client | jar | 6.6.0 |
| org.kurento : kurento-room-sdk | jar | 6.6.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 1.10.19 |