License |
License |
---|---|
GroupId | GroupIdcom.kurento.kmf |
ArtifactId | ArtifactIdkmf-content-protocol |
Version | Version4.3.1 |
Type | Typejar |
Description |
DescriptionKurento Media Framework - Content Protocol
Protocol based on JSON-RPC to manage Kurento Content API
The kmf-content-protocol is a JSON-RPC protocol to manage Kurento Content API.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kmf-content-protocol-4.3.1.pom | |
kmf-content-protocol-4.3.1.jar | 17 KB |
kmf-content-protocol-4.3.1-sources.jar | 15 KB |
kmf-content-protocol-4.3.1-javadoc.jar | 117 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.kurento.kmf/kmf-content-protocol/ -->
<dependency>
<groupId>com.kurento.kmf</groupId>
<artifactId>kmf-content-protocol</artifactId>
<version>4.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.kurento.kmf/kmf-content-protocol/
implementation 'com.kurento.kmf:kmf-content-protocol:4.3.1'
// https://jarcasting.com/artifacts/com.kurento.kmf/kmf-content-protocol/
implementation ("com.kurento.kmf:kmf-content-protocol:4.3.1")
'com.kurento.kmf:kmf-content-protocol:jar:4.3.1'
<dependency org="com.kurento.kmf" name="kmf-content-protocol" rev="4.3.1">
<artifact name="kmf-content-protocol" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kurento.kmf', module='kmf-content-protocol', version='4.3.1')
)
libraryDependencies += "com.kurento.kmf" % "kmf-content-protocol" % "4.3.1"
[com.kurento.kmf/kmf-content-protocol "4.3.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.2.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
com.kurento.kmf : kmf-commons-testing | jar | 4.3.1 |