is not current version
Last Version 4.3.1

com.kurento.kms:kms-interface 4.2.2

Thrift interface for Kurento media server The kms-interface project contains the Thrift interface between the Kurento Media Server native and java components.

GroupId

GroupId

com.kurento.kms
ArtifactId

ArtifactId

kms-interface
Version

Version

4.2.2
Type

Type

jar

Download kms-interface 4.2.2


<!-- https://jarcasting.com/artifacts/com.kurento.kms/kms-interface/ -->
<dependency>
    <groupId>com.kurento.kms</groupId>
    <artifactId>kms-interface</artifactId>
    <version>4.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.kurento.kms/kms-interface/
implementation 'com.kurento.kms:kms-interface:4.2.2'
// https://jarcasting.com/artifacts/com.kurento.kms/kms-interface/
implementation ("com.kurento.kms:kms-interface:4.2.2")
'com.kurento.kms:kms-interface:jar:4.2.2'
<dependency org="com.kurento.kms" name="kms-interface" rev="4.2.2">
  <artifact name="kms-interface" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kurento.kms', module='kms-interface', version='4.2.2')
)
libraryDependencies += "com.kurento.kms" % "kms-interface" % "4.2.2"
[com.kurento.kms/kms-interface "4.2.2"]