is not current version
Last Version 4.3.1

com.kurento.kms:kms-interface 4.1.0

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.1.0
Type

Type

jar

Download kms-interface 4.1.0


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