is not current version
Last Version 4.3.1

com.kurento.kms:kms-interface 3.0.3

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

3.0.3
Type

Type

jar

Download kms-interface 3.0.3


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